Skip to content

maximbilan/UIStripedView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UIStripedView

Version License Platform CocoaPods CocoaPods

A simple class for creating a striped view.

alt tag

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.