There are many kinds of alert views that you can utilise within Apple’s UIKit, the most obvious being UIAlertView. However there are also UIActionSheets and the undocumented UIProgressHUD, the pretty Volume like HUD that you see on mac that apple use within their own iPhone applications. It’s there for you to use, however do be [...]
The simple way to do Voice Synthesis (or ‘Speech’) on the iPhone 3GS; three lines of code.
When using a WebView object inside a Cocoa application, one might think they are limited to only displaying web pages. However, using custom CSS and JavaScript, a WebView object can become a very powerful and flexible part of a Cocoa app, while looking and working natively.
The first thing you should know is that there is [...]