2

UIAlertView で 3 つのボタンを使用しようとすると、このスクリーンショットでわかるように、ビューが奇妙に表示されます。

UIAlertView

コードは次のとおりです。

UIAlertView *alert=[[UIAlertView alloc]initWithTitle:@"Login" message:nil delegate:self cancelButtonTitle:@"Cancel" otherButtonTitles:@"Login",@"Forget Password", nil];

[alert setAlertViewStyle:UIAlertViewStyleLoginAndPasswordInput];
UITextField *place=[alert textFieldAtIndex:0];
place.placeholder=@"Email";
[alert show];
[alert release];

これを修正する方法を教えてください。ありがとう。

4

0 に答える 0