Latest | 1.0.0 |
---|---|
Homepage | https://github.com/senpng/SDatePicker |
License | MIT |
Platforms | ios 8.0 |
Authors |
可以使用CocoaPods安装
pod "SDatePicker"
日期时间Picker。
public class func showInView(view: UIView, _ done: (date: NSDate) -> (), _ cancel: () -> ());
Example:
SDatePicker.showInView(self.view, { (date) in
print(date);
}) {
print("cancel");
};
图片:
如有问题。请反馈给我。谢谢:[email protected]
Latest podspec
{ "name": "SDatePicker", "version": "1.0.0", "summary": "u4e00u4e2au5f88u5b9eu7528u7684u65e5u671fu9009u62e9u5c01u88c5", "description": ""u4e00u4e2au5f88u5b9eu7528u7684u65e5u671fu9009u62e9u5c01u88c5"", "homepage": "https://github.com/senpng/SDatePicker", "license": "MIT", "authors": { "senpng": "[email protected]" }, "platforms": { "ios": "8.0" }, "source": { "git": "https://github.com/senpng/SDatePicker.git", "tag": "1.0.0" }, "source_files": [ "Classes", "SDatePicker/**.swift" ], "exclude_files": "Classes/Exclude" }
Tue, 24 May 2016 09:17:03 +0000