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

[iOS] Modify header tab on ContributorView #538

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

shin-usu
Copy link
Contributor

@shin-usu shin-usu commented Aug 16, 2024

Issue

Overview (Required)

Modified header tab on ContributorView because slider text is missing

Links

Movie (Optional)

Before After
2024-08-21.2.02.38.mov

@shin-usu shin-usu force-pushed the feature/ios_contributor_view_header_tab branch from e12c023 to 3e6057c Compare August 20, 2024 17:04

switch viewType {
switch selectedTab {
Copy link
Contributor Author

@shin-usu shin-usu Aug 20, 2024

Choose a reason for hiding this comment

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

I wanted to replace this to TabView, but only KmpContributorComposeViewControllerWrapper screen is white out in TabView...

Comment on lines -48 to -51
.sheet(item: $showingUrl, content: { url in
SafariView(url: url.id)
.ignoresSafeArea()
})
Copy link
Contributor Author

Choose a reason for hiding this comment

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

ContributorView and KmpPresenterContributorView both have a sheet modifier and there was a bug that sheet is closed as soon as it is open.
Therefore, I remove it.

@@ -1,5 +1,5 @@
import SwiftUI
@preconcurrency import shared
Copy link
Contributor Author

Choose a reason for hiding this comment

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

unnecessary

@shin-usu shin-usu marked this pull request as ready for review August 20, 2024 17:10
Base automatically changed from feature/ios_compose_view_contributor_tapped to main August 21, 2024 01:09
Copy link
Member

@ry-itto ry-itto left a comment

Choose a reason for hiding this comment

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

LGTM 👍🏼

@ry-itto ry-itto merged commit 844fd46 into main Aug 21, 2024
9 checks passed
@ry-itto ry-itto deleted the feature/ios_contributor_view_header_tab branch August 21, 2024 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[iOS] Slider text is missing
2 participants