Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b336ba5

Browse files
2 parents fb463db + 79dacd2 commit b336ba5

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

‎LICENSE‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2013-2015 Tim Oliver
3+
Copyright (c) 2013-2018 Tim Oliver
44

55
Features logic designed by Satoshi Asano (ninjinkun) for NJKWebViewProgress,
66
also licensed under the MIT License. Re-implemented by Timothy Oliver.

‎README.md‎

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2+
*With the announcement of iOS 12, [`UIWebView`](https://developer.apple.com/documentation/uikit/uiwebview) is now officially deprecated. Since this library relies on UIWebView, it has now effectively been rendered obsolete by Apple.*
3+
4+
*This library will continue to be maintained as long as developers are still supporting older versions of iOS, but no new features will be added.*
5+
6+
---
7+
18
# TOWebViewController
29
### An Inline Web Browser for iOS Apps
310

@@ -13,7 +20,6 @@
1320
[![PayPal](https://img.shields.io/badge/paypal-donate-blue.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=M4RKULAVKV7K8)
1421
[![Twitch](https://img.shields.io/badge/twitch-timXD-6441a5.svg)](http://twitch.tv/timXD)
1522

16-
1723
`TOWebViewController` is an open-source `UIViewController` subclass designed to let apps quickly present web page content to its users, without needing to kick them over to Safari. `TOWebViewController` has been designed from the ground up to be easily integrated into existing projects, to take advantage of the latest features of iOS, and to optionally be backwards compatible with (significantly) earlier versions of iOS.
1824

1925
## Features
@@ -25,9 +31,6 @@
2531
* Icons are procedurally generated by CoreGraphics (ie, no unnecessary image assets at all!).
2632
* Compatible with iOS 8 size classes, including split-screen on iPad Air 2, iPad mini 4 and iPad Pro.
2733
* 1Password automatic password input extension support.
28-
* **(TODO)** A proper delegate system to allow external classes to interact with this controller.
29-
* **(TODO)** Basic navigation history that displays when long-pressing the back/forward buttons.
30-
* **(TODO)** A proper 'Error Occurred/Not connected to the internet' dialog view.
3134

3235
## Example
3336
`TOWebViewController` is smart enough to be able to tell when it's being presented as a modal popup, and when it's being pushed onto a `UINavigationController` and to change its button layout accordingly.
@@ -92,7 +95,7 @@ That being said, if you are still targeting lower iOS versions, or require more
9295

9396
Thanks also goes to `TOWebViewController`'s growing list of [contributors](https://github.com/TimOliver/TOWebViewController/graphs/contributors)!
9497

95-
iPad Air 2 and iPhone 6s Plus device mockups by [Pixeden](http://www.pixeden.com).
98+
iPad Pro and iPhone X device mockups by [Pixeden](http://www.pixeden.com). [iPod touch mockup](https://dribbble.com/shots/1129682-iPod-touch-5G-PSD-Template) by Tim Oliver.
9699

97100
## License
98101

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /