Skip to content

Commit

Permalink
Changed position of Delete Image alert so that it is below the Delete…
Browse files Browse the repository at this point in the history
… icon on iPad
  • Loading branch information
EddyLB committed Jul 18, 2018
1 parent 345cb18 commit 050affd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -436,7 +436,7 @@ -(void)deleteImage
[alert addAction:deleteAction];

// Present list of actions
alert.popoverPresentationController.barButtonItem = self.navigationItem.rightBarButtonItem;
alert.popoverPresentationController.barButtonItem = self.deleteBarButton;
[self presentViewController:alert animated:YES completion:nil];
}

Expand Down

0 comments on commit 050affd

Please sign in to comment.