tableView(tableView: UITableView, commitEditingStyle editingStyle: UITableViewCellEditingStyle, forRowAtIndexPath indexPath: NSIndexPath)在UITableViewDataSource里
2015-03-09
没注意细节,close方法写在第一个ViewController里面,老师也回答了:http://www.imooc.com/qadetail/63381
2015-03-09
最新回答 / OreChou
func testFieldShouldReturn(testField: UITextField!) -> Bool { testField.resignFirstResponder() return true }这个函数中设断点,软件键盘点返回根本就没有停。但是override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loadi...
2015-03-08