mirror of
https://github.com/devxoul/Toaster.git
synced 2026-01-18 21:21:19 +01:00
Modfiy to call super.viewDidLoad in demo
This commit is contained in:
@@ -5,6 +5,8 @@ import Photos
|
||||
final class RootViewController: UIViewController {
|
||||
|
||||
override func viewDidLoad() {
|
||||
super.viewDidLoad()
|
||||
|
||||
let button = UIButton(type: .system)
|
||||
button.setTitle("Show", for: .normal)
|
||||
button.sizeToFit()
|
||||
|
||||
Reference in New Issue
Block a user