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