Update AppIconOptionsController.m
This commit is contained in:
parent
f394603366
commit
e827640668
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@
|
|||
if (!cell) {
|
||||
cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:@"Cell"];
|
||||
}
|
||||
[self sortedAppIcons]
|
||||
[self sortedAppIcons];
|
||||
NSString *iconPath = self.appIcons[indexPath.row];
|
||||
cell.textLabel.text = [iconPath.lastPathComponent stringByDeletingPathExtension];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue