Skip to content

Commit

Permalink
[webcontroller] Expose the webView property.
Browse files Browse the repository at this point in the history
  • Loading branch information
jverkoey committed Oct 18, 2012
1 parent 54a9cfd commit 1e2499e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/webcontroller/src/NIWebController.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@
@property (nonatomic, readwrite, assign, getter = isToolbarHidden) BOOL toolbarHidden;
@property (nonatomic, readwrite, NI_WEAK) UIColor* toolbarTintColor;

@property (nonatomic, readonly, retain) UIWebView* webView;

// Subclassing
- (BOOL)shouldPresentActionSheet:(UIActionSheet *)actionSheet;
@property (nonatomic, readwrite, NI_STRONG) NSURL* actionSheetURL;
Expand Down Expand Up @@ -168,6 +170,14 @@
* @fn NIWebController::toolbarTintColor
*/

/** @name Accessing the Web View */

/**
* The internal web view.
*
* @fn NIWebController::webView
*/

/** @name Subclassing the Web Controller */

/**
Expand Down

0 comments on commit 1e2499e

Please sign in to comment.