How to use the UIAlertController

Asked 2 years ago, Updated 2 years ago, 37 views

As a result of iOS app development
I used the UIAlertController frequently.
(Extreme story, displayed every time you use View)

I remember Ul, but I reject apps that use UIAlert frequently
Wasn't it the target?

iOS Human Interface Guidelines
I looked it up on the internet and found out that
It doesn't seem to be a reason to reject it at this time, but
I would appreciate it if you could advise me if you have any details.


iOS Human Interface Guidelines
Do not create unnecessary alerts in temporary view.It is generally not required in the following situations:
I'm afraid I might get stuck in this description.

swift

2022-09-30 20:46

1 Answers

(This is about rejection, so please ignore it as my opinion.)

There is no such thing as rejection as a result of using UIAlert too much, so basically you don't have to worry about using it too much.

If you get stuck,

10.6 – Apple and your customers place a high value on simple, refined, creative, well through interfaces. They take more work but are worth it. Apple sets a high bar. If your user interface is complex or less than good, it may be rejected

Apple and its customers prefer a concise, manageable, elegant, creative and sophisticated interface.It takes a lot of effort, but it's worth it.Apple sets the high bar.If your user interface is complex or unsophisticated, reject it.

This may be the reason.


2022-09-30 20:46

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.