iOS取消导航条对视图的影响

iOS7新特性 edgesForExtendedLayout
edgesForExtendedLayout是UIExtendedEdge的属性
设置为
self.edgesForExtendedLayout = UIRectEdgeNone;
就可以了

编程技巧