Pitometsu/CruiserWebViewController

View on GitHub
README.md

Summary

Maintainability
Test Coverage
CruiserWebViewController 7.0 [![License](http://img.shields.io/badge/license-MIT-blue.svg)](http://opensource.org/licenses/MIT)
============================

[![Payoneer donate button](https://img.shields.io/badge/payoneer-donate-yellow.svg)](https://load.payoneer.com/LoadToPage.aspx?email=pitometsu@gmail.com)
[![Pod Version](http://img.shields.io/cocoapods/v/CruiserWebViewController.svg)](https://cocoadocs.org/docsets/CruiserWebViewController)
[![Pod Platform](http://img.shields.io/cocoapods/p/CruiserWebViewController.svg?style=flat)](http://cocoadocs.org/docsets/CruiserWebViewController/)
[![Pod License](http://img.shields.io/cocoapods/l/CruiserWebViewController.svg?style=flat)](https://github.com/Pitometsu/CruiserWebViewController/blob/master/LICENSE)
[![Dependency Status](https://www.versioneye.com/objective-c/cruiserwebviewcontroller/7.0/badge.svg?style=flat)](https://www.versioneye.com/objective-c/cruiserwebviewcontroller)
[![Reference Status](https://www.versioneye.com/objective-c/cruiserwebviewcontroller/reference_badge.svg?style=flat)](https://www.versioneye.com/objective-c/cruiserwebviewcontroller/references)

[![Build Status](http://img.shields.io/travis/Pitometsu/CruiserWebViewController/master.svg?style=flat)](https://travis-ci.org/Pitometsu/CruiserWebViewController)
[![Coverage Status](https://coveralls.io/repos/pitometsu/CruiserWebViewController/badge.png?branch=master)](https://coveralls.io/r/pitometsu/CruiserWebViewController?branch=master)
[![Codacy Badge](https://www.codacy.com/project/badge/25cb5d1410c7497cb057d887d1f3ea23)](https://www.codacy.com/public/Pitometsu/CruiserWebViewController.git)
[![Code Climate](https://codeclimate.com/github/Pitometsu/CruiserWebViewController/badges/gpa.svg)](https://codeclimate.com/github/Pitometsu/CruiserWebViewController)
![Issue](http://issuestats.com/github/pitometsu/CruiserWebViewController/badge/issue)


iOS view controller component.  
Yet another one WebKit browser controller with enhanced navigation and additional controls.  
Designed to be integrated via storyboard.

Including:
- smart address bar
- 3 customizable top tab bar items
- navigation buttons on bottom bar

![CruiserWebViewController](Docs/CruiserWebViewController_screenshot.png)

### Features

* Load HTTP links or local HTML.
* Navigation tools: backward/foward/anchor/down/up.
* Dragging gestures for back/forward, like Safari app.
* Progress bar embeded on the navigation bar or activity indicator (optional).
* Hide top and bottom bars when scrolling, like Safari app (optional).
* Contextual features: share link, copy link, read later.
* Customizable toolbar icons.

### Supports

* Portrait/Landscape
* Localization
* iPhone/iPad
* Retina & iPad6+ displays
* iOS8+ only
* Storyboard
* Autolayout
* ARC

## Installation

Available in [Cocoa Pods](http://cocoapods.org/?q=CruiserWebViewController)

```
pod 'CruiserWebViewController'
```

If you're importing the source files manually, you must add the `WebKit` framework to your project.

## How to use

Create UIViewController in Storyboard and set all IBOutlets.

## License

(The MIT License)

Based on [DZNWebViewController](https://www.cocoacontrols.com/controls/dznwebviewcontroller) by (c) 2014 Ignacio Romero Zurbuchen <iromero@dzen.cl>  
Copyright (c) 2015 Yuriy Pitomets <pitometsu@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.