-
push一定在Navigation Controller里面才能实现查看全部
-
三种制作UI的方法查看全部
-
unwind segue查看全部
-
NSCalendarUnit.YearCalendarUnit was deprecated use let components = gregorian!.components(.CalendarUnitYear, fromDate:....)查看全部
-
resignFirstResponder: 失去焦点 register:获得焦点查看全部
-
项目名+Tests:测试 项目名+UITests:单元测试查看全部
-
info.plist:配置选项查看全部
-
Assets.xcassets:存放图片等文件(静态文件)查看全部
-
AppDelegate:存放函数(模型?) ViewController:控制器 Main.Storyboard:视图查看全部
-
sketch command+g 组合图片查看全部
-
sketch 点击a 创建画布查看全部
-
xcode7环境下 计算年纪的代码及输出: let gergorian = NSCalendar(calendarIdentifier:NSCalendarIdentifierGregorian ) //选择计算的历法为西方的公历 let now = NSDate() //获取当前日期 let components = gergorian!.components(NSCalendarUnit.Year, fromDate: birthday.date, toDate: now, options: NSCalendarOptions(rawValue: 0)) //计算当前的年龄 let age = components.year let hasPropertyText = hasProperty.on ? "有房":"没房" result.text = "\(name.text!), \(age)岁, \(genderText), 身高\(height.text!), \(hasPropertyText), 非诚勿扰!"查看全部
-
button 按钮查看全部
-
text可输入的文本框查看全部
-
用Xcode的help可以查看不会的 。不用优先去百度/这个功能强大查看全部
举报
0/150
提交
取消