From 486cec80d061d171f41f631feccdc53d8e574053 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Thu, 26 Sep 2019 15:51:16 -0500 Subject: [PATCH] Move next/prev article buttons to top right and change to use chevrons instead of arrows. Issue #1070 --- iOS/AppDelegate.swift | 2 +- iOS/Base.lproj/Main.storyboard | 67 +++++++++++++++++----------------- 2 files changed, 35 insertions(+), 34 deletions(-) diff --git a/iOS/AppDelegate.swift b/iOS/AppDelegate.swift index 24561755b..b75d7b34c 100644 --- a/iOS/AppDelegate.swift +++ b/iOS/AppDelegate.swift @@ -219,7 +219,7 @@ private extension AppDelegate { private func initializeHomeScreenQuickActions() { let unreadTitle = NSLocalizedString("First Unread", comment: "First Unread") - let unreadIcon = UIApplicationShortcutIcon(systemImageName: "arrow.down.circle") + let unreadIcon = UIApplicationShortcutIcon(systemImageName: "chevron.down.circle") let unreadItem = UIApplicationShortcutItem(type: "com.ranchero.NetNewsWire.FirstUnread", localizedTitle: unreadTitle, localizedSubtitle: nil, icon: unreadIcon, userInfo: nil) let searchTitle = NSLocalizedString("Search", comment: "Search") diff --git a/iOS/Base.lproj/Main.storyboard b/iOS/Base.lproj/Main.storyboard index 17f5e4a52..e6539a17d 100644 --- a/iOS/Base.lproj/Main.storyboard +++ b/iOS/Base.lproj/Main.storyboard @@ -1,8 +1,8 @@ - + - + @@ -30,7 +30,7 @@ - + @@ -40,26 +40,6 @@ - - - - - - - - - - - - - - - - - - - - @@ -97,15 +77,36 @@ - - - + + + + + + + + + + + + + + + + + + + + + + + + @@ -236,13 +237,13 @@ - - - - - - + + + + + +