Does this popup view violate HIGS?
- by brettr
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.