Swiftgram/AsyncDisplayKit
Levi McCallum 0972c56f73 Call UIViewController's designated initializer in ASViewController
ASViewController currently cannot be subclassed in Swift, as the original call to `[super init]` directs to calling the designated initializer of UIViewController `[self initWithNibName:bundle:]`. Because of Swift's initializer inheritance behavior, this designated initializer will not implicitly be available on the subclassed ASViewController without some extra boilerplate. Adding an explicit call to the designated initializer fixes this issue.
2015-10-20 16:37:39 -07:00
..
2015-10-06 21:41:39 -07:00
2015-10-09 21:15:32 -07:00
2015-10-09 21:15:32 -07:00
2015-09-15 00:58:48 +03:00
2015-09-15 12:38:41 -07:00
2015-09-22 13:16:59 -07:00
2015-02-23 14:55:15 -08:00
2014-06-26 22:32:55 -07:00
2015-09-16 20:15:48 -04:00