【Swift】弹出日历选择框

PGActionSheetCalendar.gif

PGActionSheetCalendar

使用FSCalendar进行封装的

CocoaPods安装

pod 'PGActionSheetCalendar'

使用

let calendar = PGActionSheetCalendar()
present(calendar, animated: false, completion: nil)

高级用法

有两种监听选中日期的方法

1、代理

calendar.delegate = self

func calendar(_ calendar: PGActionSheetCalendar, didSelectDate components: DateComponents) {
    print("year = ", components.year!,"month = ", components.month!,  "day = ", components.day!)
}

2、闭包

calendar.didSelectDateComponents = {components in
    print("year = ", components.year!,"month = ", components.month!,  "day = ", components.day!)
}

设置title

let label = calendar.titleLabel
label.text = "PGCalendar"

设置按钮的样式

calendar.cancelButton.setTitleColor(UIColor.red, for: .normal)
calendar.sureButton.setTitleColor(UIColor.red, for: .normal)

设置日历的样式

https://github.com/WenchaoD/FSCalendar

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

相关阅读更多精彩内容

  • 01 最近,朋友圈被万科刷屏了,王石的女朋友田朴珺又火了一把,引起了新一轮的攻击。 有些人说王石找人算过,田小姐克...
    杨小米阅读 1,605评论 3 29
  • 2017年5月26日 星期五 晴 二年级二班严凯妈妈 亲子日记第16天 下午刚陪孩子参加了学校的亲子广...
    Jakemm阅读 159评论 0 3
  • 据不完全统计,管理者使用频率最高的词大概就是“创新”。企业里,“创新”几乎成了管理者的口头禅,但凡出了一个新的方案...
    管理顾问王荣增阅读 672评论 0 3
  • 唐闸附近有没有英语辅导班 在英语学习中,应努力提高听力。这样可以借助听觉,大量、快速地复习学过的单词和词组,并在此...
    hyhyhyaaaa阅读 226评论 0 0
  • 从萨嘎到阿里500多公里9个小时的路程,进到阿里才能说进到了真正的藏区,太多美不胜收的景色了,话不多说,上图 阿里...
    Tong_yh阅读 669评论 0 5

友情链接更多精彩内容