Does this popup view violate HIGS?

Posted by brettr on Stack Overflow See other posts from Stack Overflow or by brettr
Published on 2010-03-15T17:25:51Z Indexed on 2010/03/15 17:29 UTC
Read the original article Hit count: 225

Filed under:
|
|
|

Will using a popup view to present a comment submission form violate the HIGS? I may have one popup with selections that goes to the final popup. Two popups back to back. This is more similar to a modal type of view than an alert or action sheet as described by the HIGS: http://developer.apple.com/iphone/library/documentation/UserExperience/Conceptual/MobileHIG/ModalViews/ModalViews.html#//apple_ref/doc/uid/TP40006556-CH11-SW1 under the section 'Using Modal Views'. Basically the type of view I'm shooting for is a combination of an alert with a custom view. It's sort of a mini view since it will be centered in the middle of the screen but not take up all of the viewing area. I'm fairly sure that is a violation however, but I'm looking for a few opinions on it.

I believe what needs to happen is use a modal view, which will cover the entire view.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk