Error Domain=NSCocoaErrorDomain Code=3840 "JSON text did not start with array or object and option to allow fragments not set." UserInfo={NSDebugDescription=JSON text did not start with array or ob... Read More
posted @ 2016-04-17 18:00
羊羊羊🐑
Views(112)
Comments(0)
Diggs(0)
需要注意的是,self.dataArr必须是可变类型,但是不能是懒加载的方式,因为,remove后,这个dataArr的个数还是没变,这样,删除会不成功,会报错。因为dataArr的个数和tableView里面的Row的个数不一致。 Read More
posted @ 2016-04-17 11:31
羊羊羊🐑
Views(164)
Comments(0)
Diggs(0)