UIAlertView

UIAlertViewのmessageを左寄せにする方法

http://www.iphonedevsdk.com/forum/iphone-sdk-development/11676-left-align-text-uialertview.html今回も助っ人ガイジンさん大活躍。 UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"hoge" message:@"hogehoge" delegate:self cancelButtonT…

UIAlertViewにUITextFieldを追加する方法

http://stackoverflow.com/questions/409599/how-to-move-the-buttons-in-a-uialertview-to-make-room-for-an-inserted-uitextfield http://www.iphonedevsdk.com/forum/iphone-sdk-development/1704-uitextfield-inside-uialertview.htmliPhoneにアプリをイ…