THWebViewController
Minimalistic WebViewController
Install / Use
/learn @tokuhirom/THWebViewControllerREADME
THWebViewController - Tiny implementation of WebViewController

DESCRIPTION
This is a tiny library for iOS(iPhone/iPad). This library only provides one class named THWebViewController. So it's same as TTWebViewController and NIWebViewController. Yes, THWebViewController is forked from NIWebViewController.
You can drop in 1 header, 1 code, 1 bundles, that's all. Very easy.
I don't like large application frameworks for iOS application. Since I'm minimalist.
SYNOPSIS
THWebViewController * webController = [[THWebViewController alloc] init];
[webController openURL:[NSURL URLWithString:@"http://tou.ch/"]];
[self.navigationController pushViewController:webController
animated:YES];
DEPENDENCIES
There is no dependencies.
SUBCLASSING
THWebViewController supports subclassing.
THWebViewController is UIViewController < UIWebViewDelegate, UIActionSheetDelegate >.
You can override following methods in your subclass.
- UIWebViewDelegate
-
- webView:shouldStartLoadWithRequest:navigationType:
-
- webViewDidStartLoad:
-
- webViewDidFinishLoad:
-
- webView:didFailLoadWithError:
-
- UIActionSheetDelegate
-
- actionSheet:clickedButtonAtIndex:
-
- actionSheet:didDismissWithButtonIndex:
-
CREDITS
LICENSE
Apache License(Same as nimbus, three20) For more details, please read LICENSE file.
Related Skills
node-connect
338.7kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
338.7kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.6kCommit, push, and open a PR
