iPhone
UIWebView remove top 20px
zombie45
2015. 2. 4. 13:33
UIWebView automatically sets 20px margin on the top of mobile web view
inside UIViewController set this:
[self setAutomaticallyAdjustsScrollViewInsets:NO];
20px should be now gone
반응형