Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature [RM53] TabBarController to SwiftUI view #54

Merged
merged 3 commits into from
Jul 29, 2021

Conversation

swg99
Copy link
Contributor

@swg99 swg99 commented Jul 29, 2021

https://github.com/orgs/novoda/projects/1#card-65803640
Built a ContentView using SwiftUI which replaces the TabBarController. The AppDelegate now launches to the ContentView. The View Controllers were deleted.

@swg99 swg99 requested a review from MiWierzbinski July 29, 2021 08:40
@swg99 swg99 linked an issue Jul 29, 2021 that may be closed by this pull request
Copy link

@MiWierzbinski MiWierzbinski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@@ -398,7 +402,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
IPHONEOS_DEPLOYMENT_TARGET = 14.5;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did we change deployment target?

}
CharactersView(characters: morties, title: "Morties")
.tabItem {
Label("Morties", image: "morty-icon")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should add a ticket to localise our labels.

@swg99 swg99 merged commit 1e8eabb into scottie-main Jul 29, 2021
@swg99 swg99 deleted the feature/RM-53-TabBarController-SwiftUI branch July 29, 2021 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Convert the TabViewController to a SwiftUI view
2 participants