I am considering optimizing the UIAlert view in my application. I want to show this image with this message, according to the situation (such as error, warning, etc.), warning view, when I am warning the user. I'm not going to expand my customized warning view from UIAlertView (and I'm sure it's possible) instead it will be standard with standard methods according to my requirements from IIView. Will Apple reject my app if I change the look and feel of the warning functionality?
I do not think so ... There are thousands of ways to present a warning to the user if it UIAlertView or custom view, I do not think Apple will reject our app for this ...
Comments
Post a Comment