Skip to content

Commit

Permalink
Re-added removed method from #81 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrayner committed Jul 28, 2016
1 parent 9d92e42 commit 5584a26
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ios/ImageTargets/ImageTargetsViewController.mm
Original file line number Diff line number Diff line change
Expand Up @@ -760,4 +760,10 @@ -(void)test
- (BOOL)prefersStatusBarHidden {
return YES;
}

-(bool) doUpdateTargets:(NSArray *)targets {
self.imageTargetNames = targets;

return TRUE;
}
@end

0 comments on commit 5584a26

Please sign in to comment.