From a9f2382e85a802155847269b5e13e56e4c4a5958 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Thu, 30 Mar 2017 09:25:55 -0400 Subject: [PATCH] =?UTF-8?q?Change=20alignment=20of=20image=20view=E2=80=99?= =?UTF-8?q?s=20share=20button.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit // FREEBIE --- Signal/src/view controllers/FullImageViewController.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Signal/src/view controllers/FullImageViewController.m b/Signal/src/view controllers/FullImageViewController.m index ee5b2c11f..5bf3b60a4 100644 --- a/Signal/src/view controllers/FullImageViewController.m +++ b/Signal/src/view controllers/FullImageViewController.m @@ -136,9 +136,11 @@ self.footerBar = [UIToolbar new]; _footerBar.barTintColor = [UIColor ows_signalBrandBlueColor]; [self.footerBar setItems:@[ + [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemFlexibleSpace target:nil action:nil], [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemAction target:self action:@selector(shareWasPressed:)], + [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemFlexibleSpace target:nil action:nil], ] animated:NO]; [self.backgroundView addSubview:self.footerBar];