Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
IOS7 の UIAlertView 内に UILabel を追加したいと考えています。My Code は iOS7 未満のバージョンで正常に動作します。
iOS 7では、使用できます
[alertView setValue:customContentView forKey:@"accessoryView"];
完全な説明はこちら
AddSubview は iOS 7 からはできません。
iOS 7 の UIAlertView 内にサブビューを追加するには?