diff --git a/Sources/AppIconOptionsController.m b/Sources/AppIconOptionsController.m index d8abf90..55b87db 100644 --- a/Sources/AppIconOptionsController.m +++ b/Sources/AppIconOptionsController.m @@ -49,7 +49,7 @@ } } -- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger section { +- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section { return self.appIcons.count; }