为了账号安全,请及时绑定邮箱和手机立即绑定

今天把xcode 更新到6.1只后

let gregorian = NSCalendar(calendarIdentifier: NSCalendarIdentifierGregorian)    
let now = NSDate()    
let components = gregorian.components(NSCalendarUnit.YearCalendarUnit, fromDate: birthday.date, toDate: now, options: NSCalendarOptions(0))    
let age = components.year

编译不通过,老师能解释下为什么么?

正在回答

3 回答

下载github的代码对比一下。

0 回复 有任何疑惑可以回复我~
#1

xm_stan

Warning:'YearCalendarUnit' was deprecated in iOS version 8.0: Use NSCalendarUnitYear instead 老师这个该怎么修改?
2015-04-26 回复 有任何疑惑可以回复我~

怎么解决的

0 回复 有任何疑惑可以回复我~

我也用的6.1。你再检查一下哪里漏了,反正我的是不会报错

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
使用Swift开发iOS8 App实战
  • 参与学习       62613    人
  • 解答问题       541    个

通过苹果最新Swift语言开发iOSApp,从零开始学习iOS的开发

进入课程
意见反馈 帮助中心 APP下载
官方微信