you can see full in https://www.youtube.com/watch?v=3gUNg3Jhjwo
I learn from sean alen, thanks for tutorial.
how to use:
import UIKit
class GradientViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
view.setGradientBackground(colorOne: UIColor.blue), colorTwo: UIColor.white)
}
}
Comments