Chapter 11Activity Progress and Alerting Users
Key Skills & Concepts
• Using a UIActivityIndicatorView to indicate processing
• Using a UIProgressView to indicate processing
• Using a UIAlertView to warn users
• Using a UIActionSheet to inform users
• Using application badges to remind users of items needing their attention
While processing, many times an application must inform users that they must wait. A poorly constructed application provides no graphical clue that the application is busy processing; a well-constructed application does provide a graphical clue. The iOS SDK provides the UIActivityIndicatorView and UIProgressView classes to tell a user to “please wait, I’m working.” The UIActivityIndicatorView uses a spinning “gear” to tell ...
Get iOS SDK Programming A Beginners Guide now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.