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

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -