その後のその後

iOSエンジニア 堤 修一のブログ github.com/shu223

2011-02-04から1日間の記事一覧

UIAlertViewを左寄せにする

UIAlertViewのsubviewsからUILabel型のオブジェクトを探してきて、textAlignmentプロパティを設定します。 UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:title message:msg delegate:delegate cancelButtonTitle:@"OK" otherButtonTitles:n…