سؤال

I am want to add UILabel inside UIAlertView in IOS7. My Code is working fine in iOS7 less versions.

هل كانت مفيدة؟

المحلول

AddSubview is not possible from iOS 7.

How to add subview inside UIAlertView for iOS 7?

نصائح أخرى

In iOS 7 you can use

[alertView setValue:customContentView forKey:@"accessoryView"];

Full explanation is here

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top