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,给一个星星 🌟 鼓励一下,谢谢!
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.
WYKit is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "WYKit"
To install WYKit in you project, just add the following line to you podfile
:
pod 'WYKit'
then run following line in terminal:
pod install
Just dragging the WYKit floder in your download project into you own project.
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
- Views
WYAutoPlayScrollView
WYCollectionPicker
WYCircleProgressBar
WYTimerButton
WYCheckinProgressView
WYLikeButton
WYSparkButton
WYMorphingLabel
- Categories
UIView+WYBadge / UIView+WYCurryAnimation
UIButton+WYIndicator
- Controllers
WYImageSliderViewController
WYSearchViewController
WYKit is available under the MIT license. See the LICENSE file for more info.
Initial release.
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.