iosios7uilabeluialertviewsubview

Add UILabel Inside UIAlertView in iOS7


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


Solution

  • AddSubview is not possible from iOS 7.

    How to add subview inside UIAlertView for iOS 7?