Skip to content

Latest commit

 

History

History
139 lines (97 loc) · 3.72 KB

README.md

File metadata and controls

139 lines (97 loc) · 3.72 KB

WYKit

Wercker Version License Platform

Collection of personal code from daily development,contains some useful custom component, inculde views, viewControllers, categories and so on.

If you love WYKit , encourage me with a star 🌟 , thanks!

如果你喜欢WYKit,给一个星星 🌟 鼓励一下,谢谢!

Requirements

WYKit works on iOS7+, compatible with ARC. Some Framework are required, as follow:

  • Foundation.framework
  • UIKit.framework
  • QuartzCore.framework
  • CoreGraphic.framework

The frameworks above always included in most xcode project.

Getting Started

Installation

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

pod "WYKit"

Cocoapods

To install WYKit in you project, just add the following line to you podfile:

pod 'WYKit'

then run following line in terminal:

pod install

Add floder

Just dragging the WYKit floder in your download project into you own project.

Setup

WYKit design the interface like most Controls in UIKit.framework, and contains varies kind of views/controllers/categories, to use one of them you need to import header file, for example: #import "WYPrizeView.h", and realize the required method of protocols.

WYKit Catalog


Example

  • Views

WYAutoPlayScrollView

WYCollectionPicker

WYCircleProgressBar

WYTimerButton

WYCheckinProgressView

WYLikeButton

WYSparkButton

WYMorphingLabel

  • Categories

UIView+WYBadge / UIView+WYCurryAnimation

UIButton+WYIndicator

  • Controllers

WYImageSliderViewController

WYSearchViewController

License

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

Features

v0.1.0

Initial release.

Contact

If you have any problem or got an idear, i will be glad if share them to me by a #issue or [email protected], and this my personal blog where you can find some technology about WYKit or any other topics.