[已解决]swift中有时候tableview的reloadData不生效
crifan 8年前 (2016-07-02) 5551浏览 0评论
代码: class CustomerViewController: UIViewController, UITableViewDataSource, UITableViewDelegate, UIGestureRecognizerDelegat...
crifan 8年前 (2016-07-02) 5551浏览 0评论
代码: class CustomerViewController: UIViewController, UITableViewDataSource, UITableViewDelegate, UIGestureRecognizerDelegat...
crifan 9年前 (2015-12-25) 5846浏览 0评论
折腾: [已解决]swift编辑和删除UICollectionViewCell 之后,加了: else if selectedContactItem.id == removePersonId { self.is...
crifan 9年前 (2015-11-25) 6295浏览 0评论
把swift的代码中的http请求换成异步的: func getUrlRespJsonDict_async(url:String, extraParas:AnyObject?, respJsonDictHandler:((Bool, AnyObj...