我正在发表一份在海峡布局中精炼的《FunertView》,但在地貌模式中,电文没有出现。
它是一份标准的统一文件,有3个县。
UIAlertView* alert = [[UIAlertView alloc] initWithTitle:@"Title" message:@"Message" delegate:self cancelButtonTitle:@"cancel" otherButtonTitles:@"one", @"two", nil];
I have tried moving the buttons down (according to the height of the message label) and resizing the alert according to the relocated buttons, but the message still doesn t appear, despite there being plenty of room for display.
Setting the UILabel background to some color for debugging shows that it just isn t displayed..
EDIT:
The UILabel is there - It s just not being displayed.
In the willPresentAlertView
method, I can see the UILabel in the NSAlertView s subviews.