Latest | 1.0.0 |
---|---|
Homepage | https://github.com/okerivy/JYSelectButton |
License | MIT |
Platforms | ios 7.0, requires ARC |
Frameworks | Foundation, CoreGraphics, UIKit |
Authors |
用来生成一个选中状态的的按钮
Podfile
platform :ios, ‘7.0’
pod "JYSelectButton"
Rely
We need to rely on a few tools in the Tools folder inside CommmonTools
需要依赖 几个工具类 工具类 在CommmonTools 文件夹里面
How to use
JYSelectButton *btn = [[JYSelectButton alloc] init];
Latest podspec
{ "name": "JYSelectButton", "version": "1.0.0", "summary": "A marquee view used on iOS.", "description": " It is a marquee view used on iOS, which implement by Objective-C.n", "homepage": "https://github.com/okerivy/JYSelectButton", "license": "MIT", "authors": { "okerivy": "[email protected]" }, "source": { "git": "https://github.com/okerivy/JYSelectButton.git", "tag": "1.0.0" }, "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": [ "JYSelectButton/*", "JYSelectButton/CommmonTools/*" ], "frameworks": [ "Foundation", "CoreGraphics", "UIKit" ] }
Sun, 28 Feb 2016 22:14:03 +0000