Inherits from UIViewController
Declared in STWViewController.h
STWViewController.m

Overview

STWViewController automatically loads a UIWebView and assign a STWWebViewDelegate into it and starts loading www/index.html in the UIWebView.

Instance Methods

loadService:

Load a Straw service.

- (void)loadService:(Class<STWService>)serviceClass

Parameters

serviceClass

Straw service class to load

Discussion

Load a Straw service.

Declared In

STWViewController.h