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: 19 days 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-22T09:56:21.000Z (almost 7 years ago)
- Last Synced: 2025-05-29T20:39:25.875Z (about 1 month ago)
- Topics: ios, ios-app, striped, ui, ui-components, ui-design, uikit, uiview
- Language: Objective-C
- Homepage:
- Size: 28.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UIStripedView
[](http://cocoadocs.org/docsets/UIStripedView)
[](http://cocoadocs.org/docsets/UIStripedView)
[](http://cocoadocs.org/docsets/UIStripedView)
[](https://cocoapods.org/pods/UIStripedView)
[](https://cocoapods.org/pods/UIStripedView)A simple class for creating a striped view.

## 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.