Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maximbilan/uistripedview
A striped view
https://github.com/maximbilan/uistripedview
ios ios-app striped ui ui-components ui-design uikit uiview
Last synced: about 2 months ago
JSON representation
A striped view
- Host: GitHub
- URL: https://github.com/maximbilan/uistripedview
- Owner: maximbilan
- License: mit
- Created: 2016-05-30T18:00:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-22T09:56:21.000Z (over 6 years ago)
- Last Synced: 2024-10-25T16:41:06.117Z (about 2 months ago)
- Topics: ios, ios-app, striped, ui, ui-components, ui-design, uikit, uiview
- Language: Objective-C
- Homepage:
- Size: 28.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UIStripedView
[![Version](https://img.shields.io/cocoapods/v/UIStripedView.svg?style=flat)](http://cocoadocs.org/docsets/UIStripedView)
[![License](https://img.shields.io/cocoapods/l/UIStripedView.svg?style=flat)](http://cocoadocs.org/docsets/UIStripedView)
[![Platform](https://img.shields.io/cocoapods/p/UIStripedView.svg?style=flat)](http://cocoadocs.org/docsets/UIStripedView)
[![CocoaPods](https://img.shields.io/cocoapods/dt/UIStripedView.svg)](https://cocoapods.org/pods/UIStripedView)
[![CocoaPods](https://img.shields.io/cocoapods/dm/UIStripedView.svg)](https://cocoapods.org/pods/UIStripedView)A simple class for creating a striped view.
![alt tag](https://raw.github.com/maximbilan/UIStripedView/master/img/1.png)
## Installation
CocoaPods:
pod 'UIStripedView'
Manual:
Just copy the following files into your project:UIStripedView.h
UIStripedView.m## Using
Set up UIStripedView via Interface Builder or create an instance via the code.
For customizing colors please use the following code:
UIStripedViewLineColor = [UIColor yellowColor];
UIStripedViewBgColor = [UIColor blackColor];You can easily found the example in this repository.
## License
UIStripedView is available under the MIT license. See the LICENSE file for more info.