IOS7 UIScrollView & UINavigationController - cyshuxin的專欄 - 博客頻道 - CSDN.NET
解決方案: You can achieve this by implementing a new property called edgesForExtendedLayout in iOS7 SDK. Please add the following code to achieve this, if ([self respondsToSelector: @selector (edgesForExtendedLayout)]) self. edgesForExtendedLayout = UIRectEdg...