iphone - Variation in iOS 6 & iOS 7 -


newbie here learning programming. created table , detail view. once click row, direct detail view shows detail info of row. maintain navigation bar on top. works fine.

however, once click detail view. behavior of ios6 , 7 different. in 6, seems view placed nicely below navigation bar. in 7, view placed right under bar.

what wrong?

try adding view:

if ([self respondstoselector:@selector(edgesforextendedlayout)])     self.edgesforextendedlayout = uirectedgenone; 

Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

java.util.scanner - How to read and add only numbers to array from a text file -

iphone - Three second countdown in cocos2d -