我的应用程序有一个 uiwebview 在非视网膜和 3.5 英寸视网膜上效果很好,但是在 Iphone 5 又名 4 英寸视网膜上,它不会填满屏幕,webview 和 tabbar 之间存在间隙。
这个试过了,不行
myview.autoresizingMask = UIViewAutoresizingFlexibleWidth;//myview is the webview
myview.scalesPageToFit = YES;
self.view.autoresizingMask = UIViewAutoresizingFlexibleWidth;
也试过这个:
我怎么解决这个问题?
谢谢,莫德