Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/TimOliver/TOBrowserActivityKit
- Owner: TimOliver
- License: mit
- Created: 2014-08-15T17:02:44.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-12T21:23:38.000Z (about 9 years ago)
- Last Synced: 2024-07-20T03:52:40.907Z (4 months ago)
- Language: Objective-C
- Size: 526 KB
- Stars: 20
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TOBrowserActivityKit
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.