最新回答 / SYL4275972
override func touchesEnded(touches: NSSet!, withEvent event:UIEvent!){ yearOfBirth.resignFirstResponder() 就是这段代码
2019-01-30
if editingStyle == UITableViewCell.EditingStyle.delete {
todos.remove(at: indexPath.row)
self.tb.deleteRows(at: [indexPath], with: UITableView.RowAnimation.automatic)
}
todos.remove(at: indexPath.row)
self.tb.deleteRows(at: [indexPath], with: UITableView.RowAnimation.automatic)
}
2018-07-31
最新回答 / 慕仔8291940
这个是字符串拼接的时候最后没有判断吧,因为可能最后一个字符串是可选字符串 可以参考 https://www.jianshu.com/p/cf65a376dc7b
2018-04-25
现在2018年1月,SLServiceType...这个东西已过时了,现在跟着老师学习到这卡了,还在找解决方案,有解决的同学帮帮忙0.0
2018-01-12