Closed Bouke closed 10 years ago
Setting the delegate should be done in the viewDidLoad callback instead of overriding init (as it will not be called).
viewDidLoad
init
Also updated to be used with ARC.
Thanks!
Setting the delegate should be done in the
viewDidLoad
callback instead of overridinginit
(as it will not be called).Also updated to be used with ARC.