- #1: Fixed up EmbeddedYoutubePatch demo - @dblock.
- Added
showNavigationBar
which controls whether the nav bar is shown in modal mode as well as navigation insets - @dblock.
- Initial maintained CocoaPods release, fork off DZamataev/DZTSMiniWebBrowser and tonisalae/TSMiniWebBrowser - @dblock.
- Added
TSMiniWebBrowser:showToolBar
,opaque
andbackgroundColor
- @dblock. - Renamed
TSMiniWebBrowser:initWithUrl
toinitWithURL
- @dblock. - Exposed
TSMiniWebBrowser:requestWithURL:(NSURL *)url
for subclasses ofTSMiniWebBrowser
- @dblock. - Exposed
(NSURL *)TSMiniWebBrowser:currentURL
which is no longer anNSString
and is also set afterinitWithURL
- @dblock. - Interface orientation changes reflect on the scrolling inspectors as limits - @dzamataev.
- Added support for hiding top bar on scroll - @dzamataev.
- Added storyboard support - @simonrice, @dzamataev.
- Fix: cropped content when the content of the scrollview is smaller than the frame of the scrollview - @dzamataev.
- Animation duration now respects left distance - @dzamataev.
- Added scroll view pan gesture recognizer state detection via KVO in order to know when touch (dragging) ended - @dzamataev.
- Corrected animation for target reaching limit if it was left half-way up or down - @dzamataev.
- Implemented webView
contentInset
setting according to browser presentation mode - @dzamataev. - Added
statusBarStyle
property - @dzamataev. - Added podspec - @neoneye.
- Open actionsheet from action button - @pj4533.