UIWebView automatically sets 20px margin on the top of mobile web view
inside UIViewController set this:
[self setAutomaticallyAdjustsScrollViewInsets:NO];
20px should be now gone
반응형
'iPhone' 카테고리의 다른 글
AppDelegate UIViewController Transition Animation (0) | 2015.05.22 |
---|---|
Xcode plugin (0) | 2015.04.13 |
NSData dataWithContentsOfURL returns nil (0) | 2015.01.30 |
iOS CLLocationManager 바뀐점 8.0 (0) | 2014.10.22 |
playing NSSound asynchronously (0) | 2014.01.27 |