文件名称:IOS时间选择器UIPickerView,ios8中UIView替代UIActionSheet
文件大小:32KB
文件格式:ZIP
更新时间:2017-12-16 05:57:10
ios8 UIPickerView UIView 替代 UIActionShee
以前在网上下了个时间选择器Demo,由于封装成UIActionSheet类型,而ios8弃用了UIActionSheet和UIAlertView,不得不对代码进行修改。将封装的UIActionSheet改为UIView,为了多态初始化时添加了枚举(几个时间选择器样式)。 UIActionSheet改为UIView核心代码为以下几个方法: - (void)showInView:(UIView *)view; // UIPicker显示 -(void)hidePickerView; // UIPicker隐藏 - (UIViewController *)viewController; // 通过UIView查找UIViewController
【文件预览】:
DateTimePicker
----DateTimePicker()
--------main.m(335B)
--------DateTimePickerView.m(20KB)
--------DateTimePickerView.h(2KB)
--------AppDelegate.h(363B)
--------AppDelegate.m(2KB)
--------DateTimePicker-Prefix.pch(331B)
--------DateTimePicker-Info.plist(1KB)
--------ViewController.h(810B)
--------ViewController.m(7KB)
--------en.lproj()
----DateTimePicker.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(12KB)
--------xcuserdata()