diff --git a/AGImagePickerController/AGIPCAlbumsController.m b/AGImagePickerController/AGIPCAlbumsController.m index b16a88a..7f83149 100644 --- a/AGImagePickerController/AGIPCAlbumsController.m +++ b/AGImagePickerController/AGIPCAlbumsController.m @@ -124,8 +124,8 @@ - (NSUInteger)supportedInterfaceOrientations - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section { - return self.assetsGroups.count; self.title = NSLocalizedStringWithDefaultValue(@"AGIPC.Loading", nil, [NSBundle mainBundle], @"Loading...", nil); + return self.assetsGroups.count; } - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath