Hariprasad
Hariprasad

Reputation: 1084

Will it be a constraint for App approval by AppStore?

I am considering to customize the UIAlert view in my application.I want to show corresponding image,along with the message, in my alert view according to the situation(like error,warning etc), when i am showing the alert to the user.I am not going to extend my customized alert view from UIAlertView (and i am not sure it is possible) instead it will be from standard UIView with required methods as per my requirements.Will the apple reject my app if i change the look and feel of the alert functionality?

Upvotes: 0

Views: 125

Answers (1)

CyberK
CyberK

Reputation: 1578

I don't think so... There are thousands of ways to present the user some kind of alert. If it is a UIAlertView or a custom view, I don't think Apple will reject our app for that...

Upvotes: 2

Related Questions