All Projects → LeoNatan → Lnchevronview

LeoNatan / Lnchevronview

Licence: mit
Implementation of a chevron view similar to Apple's as seen in Springboard / Apple Music.

LNChevronView

Customizable chevron view reimplementation of Apple's, as seen in Springboard / Apple Music. Can be customized directly from Xcode.

Adding to Your Project

Carthage

Add the following to your Cartfile:

github "LeoNatan/LNChevronView"

Manual

Drag LNChevronView.h and LNChevronView.m to your project.

Using

Import the header file:

#import "LNChevronView.h"

For Swift projects, add the above import statement to your bridging header file.

You can control all properties of the chevron view from Interface Builder:

Chevron state is controlled using the state property. To set the state with animation, use setState:animated:/setState(_,animated:). Other properties of interest include color, width and animationDuration.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].