- Prague, Czech republic
- @licvido
Pinned Loading
-
SWIFT: Fade when changing UIImageVie...
SWIFT: Fade when changing UIImageView's image 1let toImage = UIImage(named:"image.png")
2UIView.transitionWithView(self.imageView,
3duration:5,
4options: .TransitionCrossDissolve,
5animations: { self.imageView.image = toImage },
-
SWIFT: UITableView sections example
SWIFT: UITableView sections example 1import UIKit
23class ViewController: UIViewController, UITableViewDelegate, UITableViewDataSource {
45@IBOutlet var tableView: UITableView!
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.