標籤位於屏幕的中心(或以下),而iphone 4.3不顯示它。 但iOS 5.0的iPhone顯示。全部在IB中製作。iOS 4.3在滾動視圖上不顯示標籤
UPD:(代碼)
- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil
{
self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil];
if (self) {
self.view.backgroundColor = [UIColor blackColor];
[scroll setContentSize:CGSizeMake(320, 700)];
scroll.frame = CGRectMake(0, 0, 320, 460);
}
return self;
}
將需要更多的細節來幫助你。可能有些代碼。 – Popeye 2012-08-06 14:17:33
@Popeye我在IB中放置了Label並編輯了文本。就是這樣) – 2012-08-06 14:22:39
你能提供你的IB的截圖嗎?你是如何做的,因爲你給出的東西並不是真的要繼續下去。 – Popeye 2012-08-06 14:26:58