// // AboutBoxViewController.h // P4Scout // // Created by Michael Bishop on 3/10/09. // Copyright 2009 Perforce Software. All rights reserved. // #import <UIKit/UIKit.h> @interface AboutBoxViewController : UIViewController <UIWebViewDelegate> { IBOutlet UIWebView * webview; IBOutlet UIBarButtonItem * doneButton; } -(BOOL)webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request navigationType:(UIWebViewNavigationType)navigationType; -(IBAction)close:(id)sender; @end
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 20722 | jdputsch | initial branch, prep for -Zapp= support | ||
//guest/michael_bishop/MacMenu/src/P4API/p4objc/sample/source/AboutBoxViewController.h | |||||
#1 | 8331 | Matt Attaway |
Adding initial version of MacMenu for Perforce MacMenu is a helpful Perforce client that sits in your toolbar. It allows you to run standard Perforce operations on the document that is open the currently active editor/viewer. |