出生日期时间选择器、倒计时。datePickerMode自己去改就可以了,很简单,上代码了
我还自己写了一个籍贯的选择器,plist文件,自己去找
或者去github上,下载我的demo
附上链接
demo链接
// ViewController.m
// UIDatePicker
//
// Created by 易云时代 on 2017/8/21.
// Copyright © 2017年 笑伟. All rights reserved.
//
#import "ViewController.h"
#import <Foundation/NSObject.h>
@interface ViewController ()<UIPickerViewDelegate,UIPickerViewDataSource>
@property (nonatomic, strong) UIDatePicker *picker;//日期选择器
@property (nonatomic, strong) UILabel *label;//显示日期
@property (nonatomic, strong) UIPickerView *pickerView;
@property (nonatomic, strong)