mayqiyue / OCSkeleton

[OCSkeleton] - Make your loading view a little difference.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The library is inspired by Skeleton

Skeleton

πŸ‘©β€πŸ’» Usage

import the OCSkeleton: #import <OCSkeleton.h>

You can use the OCGradientLayer directly:

@interface OCGradientLayer : CAGradientLayer

- (void)slideToDir:(OCDirection)direction animations:(void (^)(CAAnimationGroup *))group;

- (void)stopSliding;

@end

Or you can use the OCGradientContainerView to intergate with autolayout:

  1. Make your view confrom to OCGradientsOwner protocol
  2. Use the API
@interface UIView (OCGradientsOwner)

- (void)slideToDir:(OCDirection)direction animations:(void (^)(CAAnimationGroup *))group;

- (void)stopSliding;

@end

Check out the example for more.

πŸ“š Example

To run the example project, clone the repo, and run pod install from the Example directory first.

πŸ›  Installation

OCSkeleton is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'OCSkeleton'

Author

mayqiyue, xu20121013@gmail.com

License

OCSkeleton is available under the MIT license. See the LICENSE file for more info.

About

[OCSkeleton] - Make your loading view a little difference.

License:MIT License


Languages

Language:Objective-C 85.6%Language:Ruby 9.7%Language:Shell 4.7%