Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.