see also.
オレオレUIViewControllerコーディングガイドライン オレオレUIViewコーディングガイドライン
ここで述べるターゲットはiOS5, Lion以降, ARC
see also.
オレオレUIViewControllerコーディングガイドライン オレオレUIViewコーディングガイドライン
ここで述べるターゲットはiOS5, Lion以降, ARC
| require 'rubygems' | |
| require 'bundler/setup' | |
| require 'gollum/frontend/app' | |
| Precious::App.set(:gollum_path, File.dirname(__FILE__)) | |
| Precious::App.set(:wiki_options, {}) | |
| run Precious::App |
| #import "DJPWebViewDelegate.h" | |
| #import "DJPWebViewContent.h" | |
| @interface DJPWebView : UIWebView { | |
| DJPWebViewDelegate* delegateObject; | |
| DJPWebViewContent* content; | |
| } | |
| @property(nonatomic, retain)DJPWebViewContent* content; |
| // | |
| // MyController.h | |
| // | |
| // Created by Ben Copsey on 20/07/2009. | |
| // Copyright 2009 All-Seeing Interactive. All rights reserved. | |
| // | |
| #import <Foundation/Foundation.h> | |
| #import <GHUnit/GHUnit.h> | |
| @class ASINetworkQueue; |