摘要: 1.问题描述:在iOS7上scrollview 可自由拖动解决方案: //ios7默认为YES if ([self respondsToSelector:@selector(setAutomaticallyAdjustsScrollViewInsets:)]) { [selfsetAutomaticallyAdjustsScrollViewInsets:NO]; }2.问题描述:有navigation bar的情况下y坐标直接从状态栏(status bar)开始计算解决方案: if ([self respondsToSel... 阅读全文
posted @ 2013-12-24 14:18 mobileworm 阅读(175) 评论(0) 推荐(0)