iphone - Differences between iOS 7 to iOS 7.1 -
just updated xcode 5.1 , iphone work on 7.1.0. lot of apps have made, have redesign new ios, because whenever used uinavigation bar, y point of uitableview in uitableviewcontroller actual screen coordinate, have add 64 every time, or uinavigationbar.size.height.
now changed, there no need add 64, new 0 point after navigation bar.
did notice ether differences?
and how changes effect users how did not update 7.1.0?
i ran same issue , found including
[self.navigationcontroller.navigationbar settranslucent:no]; helped resolve issue. noticed if brought tables , data top in xib file match how 7.1 handles it...it messed 7.0. including code above while having content @ top of xib file proved work both 7.0 , 7.1.
hope helps,
wes
Comments
Post a Comment