Correct way to show a row with incomplete content, using Apple's human interface guidelines?

79 Views Asked by At

I'm trying to display a tableview row with content that shows a warning that the content is incomplete and needs to be edited further before the content can be used.

One method I've come upon is where the user would tap on a disclosure button, and this would then reveal that the content isn't complete. When the user taps the disclosure button, and alert is presented.

enter image description here

Another method I've wondered about would be using some kind of warning or alert button the user taps, which then presents the alert as follows:

enter image description here

I'm concerned that this approach might be contrary to Apple's human interface guidelines. I'm curious to know the recommended method of helping the user to recognize when a row contains content that needs further revision before it is valid.

Thanks

0

There are 0 best solutions below