Skip to content

Commit

Permalink
fixed nib name
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Tuzzolo committed Mar 3, 2011
1 parent 6d5978b commit 686348f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/ELCAlbumPickerController.m
Expand Up @@ -127,7 +127,7 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N

- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {

ELCAssetTablePicker *picker = [[ELCAssetTablePicker alloc] initWithNibName:@"AssetTablePicker" bundle:[NSBundle mainBundle]];
ELCAssetTablePicker *picker = [[ELCAssetTablePicker alloc] initWithNibName:@"ELCAssetTablePicker" bundle:[NSBundle mainBundle]];
picker.parent = self;

// Move me
Expand Down

0 comments on commit 686348f

Please sign in to comment.