2013年11月11日

UITableView 显示在statusbar 下面

摘要: IOS 6 升到 IOS7 之后出现的状况新建一个工程,删除默认的ViewController,拖拽一个TableViewController到storyboard。即使没有勾选"Extend Edges Under {Top, Bottom, Opaque} Bars"或者self.edgesForExtendedLayout=UIRectEdgeNone;self.extendedLayoutIncludesOpaqueBars=NO;self.automaticallyAdjustsScrollViewInsets=NO;UITableView都会在status ba 阅读全文

posted @ 2013-11-11 21:24 小浪鼓 阅读(5710) 评论(0) 推荐(0)

Git ignore UserInterfaceState.xcuserstate

摘要: git rm --cached ProjectFolder.xcodeproj/project.xcworkspace/xcuserdata/myUserName.xcuserdatad/UserInterfaceState.xcuserstategit commit -m "Removed file that shouldn't be tracked" 阅读全文

posted @ 2013-11-11 19:40 小浪鼓 阅读(1289) 评论(0) 推荐(0)

导航