You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just wanted to put it out there in case anyone needs it. Here is a swift controller, and changes the text itself with a timer.
//
// IntroViewController.swift
//
// Created by Jason wang on 8/16/17.
//
import Foundation
import UIKit
import RQShineLabel
import Parse
class IntroViewController: UIViewController {
var shineLabel = RQShineLabel()
var timer = Timer()
var textArray = ["111", "222", "333"]
var currentCount = 0
Just wanted to put it out there in case anyone needs it. Here is a swift controller, and changes the text itself with a timer.
//
// IntroViewController.swift
//
// Created by Jason wang on 8/16/17.
//
import Foundation
import UIKit
import RQShineLabel
import Parse
class IntroViewController: UIViewController {
var shineLabel = RQShineLabel()
var timer = Timer()
var textArray = ["111", "222", "333"]
var currentCount = 0
}
The text was updated successfully, but these errors were encountered: