个人信息修改
This commit is contained in:
@@ -21,7 +21,8 @@
|
||||
|
||||
if(indexPath.row == 0){
|
||||
self.cachLabe.hidden = NO;
|
||||
|
||||
int M = arc4random() % 5;
|
||||
self.cachLabe.text = [NSString stringWithFormat:@"%dM",M];
|
||||
}
|
||||
self.descLabel.text = listArr[indexPath.row];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user