Nimbus
0.9.3 - Nimbus is proudly hosted on Github
An iOS framework whose growth is bounded by O(documentation).
|
This controller presents a UIWebView with a toolbar containing basic chrome for interacting with it.
The chrome shows forward, back, stop and refresh buttons on a toolbar aligned to the bottom of the view controller's view. The toolbar includes an option to open the URL in Safari. If the controller is shown in a navigation controller, self.title will show the current web page's title. A spinner will be shown in the navigation bar's right bar button area if there are any active requests.
The web controller uses a small number of custom icons that are stored in the NimbusWebController bundle. You must add this bundle to your application, ensuring that you select the "Create Folder References" option and that the bundle is copied in the "Copy Bundle Resources" phase.
The bundle can be found at src/webcontroller/resources/NimbusWebController.bundle
.
This sample application demos the use of the web controller on the iPhone and iPad.
Classes | |
class | NIWebController |
A simple web view controller implementation with a toolbar. More... |