Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/TimOliver/TOBrowserActivityKit

A set of UIActivity subclasses for opening NSURL objects in Chrome or Safari.
https://github.com/TimOliver/TOBrowserActivityKit

Last synced: 3 months ago
JSON representation

A set of UIActivity subclasses for opening NSURL objects in Chrome or Safari.

Awesome Lists containing this project

README

        

# TOBrowserActivityKit

TOBrowserActivityKit objects on iOS 6 and iOS 7

TOBrowserActivityKit provides two UIActivity subclasses for opening NSURL objects in web browser apps on iOS.

## Features
* Supports Mobile Safari, and Chrome for iOS browser apps.
* Scales to both iPhone and iPad sizes.
* Supports iOS 6 and iOS 7 with custom icons supporting both design languages (Official iOS 8 support coming soon.).
* Icons are proceduarally drawn via Core Graphics, and can automatically scale between Retina and non-Retina devices.
* Procedural graphics also means that older version graphics (ie iOS 6) are completely optional at runtime (ie no more redundant image files!)

## Technical Requirements
iOS 6.0 or above.

## License
Copyright 2014 Timothy Oliver. All rights reserved.

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.