Skip to content

Commit

Permalink
Modfiy to call super.viewDidLoad in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
O-O-wl committed Dec 16, 2019
1 parent 59a189c commit d0d9e1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Demo/RootViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit d0d9e1f

Please sign in to comment.