~urbanape/ubuntuone-ios-music/2.0-resubmission

« back to all changes in this revision

Viewing changes to musicstreaming/view_controllers/ArtistViewController.m

  • Committer: Zachery Bir
  • Date: 2011-06-21 18:56:17 UTC
  • mfrom: (193.1.8 2.0-8-prerelease)
  • Revision ID: zachery.bir@canonical.com-20110621185617-zwp4oxx4b2i1uuac
MergedĀ 2.0-9-prerelease

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
- (void)finishLoadingData
121
121
{
122
122
        [self.tableView reloadData];
123
 
        [self hideLoadingUI];
124
123
        [super finishLoadingData];
125
124
}
126
125