I want to add more than 8 buttons to UIAlertView , but when I'm adding a button, So they do not cover each other and scroll. The title is also hiding.
How can I solve it and add some scrolling to the warning ??
, but if you mess with various components under a UIAlertView If you want, the short answer is: No .
, it states within the first lesson text:
sub-closing notes
as a UIAlertView class The visual hierarchy for this class is private and should not be modified so that it is being used and does not support sub-clinging.
This means that the UIAlertView can destroy your app in the iOS release in the future, roaming anyway within the hierarchy. / P>
So if you want to add scroll bar or bell & amp; Whistle, you really should make your own custom UIView (which looks like UILartView, but it's entirely your own creation)
No comments:
Post a Comment