最新回答 / SYL4275972
? ? override func touchesEnded(touches: NSSet!, withEvent event:UIEvent!){? ? ? ? yearOfBirth.resignFirstResponder()? 就是這段代碼
2019-01-30
+ 我來回答
回答最高可+2積分
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
現(xiàn)在2018年1月,SLServiceType...這個東西已過時了,現(xiàn)在跟著老師學習到這卡了,還在找解決方案,有解決的同學幫幫忙0.0
2018-01-12