You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 30, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: Slide for Reddit/Onboarding2/OnboardingViewController.swift
+7-12
Original file line number
Diff line number
Diff line change
@@ -13,18 +13,13 @@ import UIKit
13
13
classOnboardingViewController:UIViewController{
14
14
15
15
letmodels:[OnboardingPageViewModel]=[
16
-
.splash(text:"Welcome to\nSlide v6", subText:"Swipe to see what's new", image:UIImage(named:"ic_retroapple")!),
17
-
.video(text:"Subreddits have a new home!", subText:"Swipe from the left edge of the homepage to access your profile, search, and communities.", video:"v6howtonavigate", aspectRatio:0.679),
18
-
.hardcodedChangelog(order:["Subreddits have a new home",
19
-
"iOS 14 ready","Your subreddits have a new look",
20
-
"The details",
21
-
],
22
-
paragraphs:[
23
-
"Subreddits have a new home":"Navigating your subreddits and favorite Slide features has never been easier! Simply swipe from the left edge of the homepage to view the new-and-improved navigation menu. \nClosed something by accident? Swipe from the right edge of any toolbar to go back to where you were!",
24
-
"iOS 14 ready":"Cover your homescreen in widgets yet? We sure have. Be sure to check out the new Subreddit Shortcut and Hot Posts widgets!",
25
-
"Your subreddits have a new look":"Subreddit colors and branding really come through in v6. Slide has already pulled themes from your favorite communities, but you can create your own styles using the improved Subreddit theme editor.",
26
-
"The details":"• Search improvements across the board, including more accurate subreddit search results and quick previews of top search results when browsing posts\n• Gestures have been revamped, with a new style on submissions and improvements to the Gestures settings page\n• Pin your most-used Slide features to the navigation menu\n• Improved r/random support with a new navigation menu button\n• Media views will now show the title of the post you clicked from\n• New sorting indicators on the homepage and comments views\n• Added a History browser\n• Subreddit support for Siri Shortcuts\n• Redesigned split-page layout for iPad\n• Redesigned gestures system\n• Support for Reddit Galleries and Polls\n• Support for iPad Magic Keyboard\n• Pull-to-refresh is easier to do now\n• Reduced Slide’s memory usage by up to 70%\n• Bugs were squashed, performance was improved\n• Removed many bags of coffee (from my kitchen)",
27
-
])
16
+
//TODO this for 6.1
17
+
.splash(text:"Welcome to\nSlide v6.1", subText:"Swipe to see what's new", image:UIImage(named:"ic_retroapple")!),
0 commit comments