Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whit3hawks/CommoniOSViews
CommoniOSViews
https://github.com/whit3hawks/CommoniOSViews
cocoapods ios swift3 uiview
Last synced: 5 days ago
JSON representation
CommoniOSViews
- Host: GitHub
- URL: https://github.com/whit3hawks/CommoniOSViews
- Owner: whit3hawks
- License: mit
- Created: 2017-06-11T18:24:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-12T19:36:38.000Z (over 7 years ago)
- Last Synced: 2024-11-15T22:13:52.849Z (5 days ago)
- Topics: cocoapods, ios, swift3, uiview
- Language: Swift
- Size: 351 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CommoniOSViews
[![CI Status](http://img.shields.io/travis/whitehawks/CommoniOSViews.svg?style=flat)](https://travis-ci.org/whitehawks/CommoniOSViews)
[![Version](https://img.shields.io/cocoapods/v/CommoniOSViews.svg?style=flat)](http://cocoapods.org/pods/CommoniOSViews)
[![License](https://img.shields.io/cocoapods/l/CommoniOSViews.svg?style=flat)](http://cocoapods.org/pods/CommoniOSViews)
[![Platform](https://img.shields.io/cocoapods/p/CommoniOSViews.svg?style=flat)](http://cocoapods.org/pods/CommoniOSViews)## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Screenshots
## Requirements
- iOS 8.0+
- Xcode 8.1+
- Swift 3.0+## Features
- [x] Gradient UIView (GradientView)
- [x] Shadow UIView (ShadowView)
- [x] Circle UIImage (CircleImageView)
- [x] Round Corner UILabel (RoundCornerLabel)## Installation
CommoniOSViews is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod "CommoniOSViews"
```## Author
Sharif Khaleel
Twitter at [@whit3hawks](https://twitter.com/whit3hawks)## License
CommoniOSViews is available under the MIT license. See the LICENSE file for more info.