1
工作,我有包括麪包類,我已分配在iPad的iPhone和景觀我的應用程序,人像,當我用下面的代碼方向不敬酒視圖
customView = [[[UIView alloc] initWithFrame:CGRectMake(0, 0, 200, 54)] autorelease];
[customView setBackgroundColor: UIColorFromRGB(0xda5340)];
UILabel *lb1=[[[UILabel alloc]initWithFrame:CGRectMake(10, 17, 180, 21)] autorelease];
[email protected]"Pet is out of boundary";
lb1.textAlignment = UITextAlignmentCenter;
lb1.textColor=[UIColor whiteColor];
lb1.backgroundColor = [UIColor clearColor];
[customView addSubview:lb1];
[self.window showToast:customView duration:3.0 position:@"top" ];
在iPhone上運行其顯示正確的位置。
當我嘗試用ipad它顯示垂直像圖像。
請幫我整理一下。
你好,很抱歉,但我在ipad和iphone中添加了你的代碼在ios 6.0中,它工作正常 –
我的上面的代碼是在應用程序委託中,你嘗試使用應用程序委託還是查看? – Fazil