ios7 - iOS: More tab crashes on my subclassed UITabBarController on iOS 7.1 -
i updated ios 7.1 , unrecognized selection error function called "_layoutcells".
i have simple subclass of uitabbarcontroller.
note hack avoid bad crash until better solution or explanation found. though should share it.
simply add following method uitabbarcontroller subclass implementation:
- (void) _layoutcells { // hack alert: on ios 7.1, method called deep within bowels of ios. problem // method not implemented , results in unrecognized selected crash. implement it... // // go wrong? }
Comments
Post a Comment