任何線索爲什麼我以編程方式定義UIScrollView(使用應用程序框架)總是在頂部(在navigationBar下方)留下20個像素的空白空間。我怎樣才能關閉它?應用程序框架頂部留空行
UIScrollView *vScrollView = [[UIScrollView alloc] initWithFrame:[[UIScreen mainScreen] applicationFrame]];
vScrollView.backgroundColor = [UIColor redColor];
我的屏幕看起來是這樣的:
- 狀態欄
- - 導航條
- ---神祕的差距(?10px的)
- ----我Scrollviewcontent (帶紅底色)
我該如何調用appl爲了避免這種差距,框架大小?
它不是狀態欄,而是導航欄下方的空隙。 [[UIScreen mainScreen] applicationFrame] .origin.y上的NSLog返回20. – iFloh 2010-05-12 07:58:46