1、語法糖nil的情況。如果imageUrl的value為nil,會crash
@{@"imageUrl":data["imageUrl"],
@"title":title],
@"subtitle":subtitle,
@"shareUrl":shareUrl};
2、連續(xù)presentViewController同一個VC
if (self.rootNavi.presentedViewController == nil) {
[self.rootNavi presentViewController:self.locationVC animated:YES completion:nil];
}
3、數(shù)組越界,此問題最容易被忽視,崩潰最多
持續(xù)更新。。。