-
Notifications
You must be signed in to change notification settings - Fork 3
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
Pp 628 implement default and custom bottom bar navigation #574
Pp 628 implement default and custom bottom bar navigation #574
Conversation
mrkulik
commented
Jul 10, 2024
…t-and-custom-bottom-bar-navigation
…etContentHuggingPriority for GiniBarButton component PP-628
…d add actions to init PP-628
…t-and-custom-bottom-bar-navigation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mrkulik Great job!
Please see my suggestions.
As well I found some small UI issues like:
-
There is an extra back button on the screen if the bottom bar navigation is activated.
-
The space between the "Proceed" button and the bottom of the screen is too small on our screen and in the design it seems to have an extra space. Please check this also.
Can you please also update the Settings screen with a toggle for custom bottom bar navigation for this screen? Vlad will need it to test it. I tested this very fast and I can provide some code but it seems not to be complete.
...kSDK/Sources/GiniBankSDK/Core/Skonto/BottomNavigation/DefaultSkontoBottomNavigationBar.swift
Outdated
Show resolved
Hide resolved
...kSDK/Sources/GiniBankSDK/Core/Skonto/BottomNavigation/DefaultSkontoBottomNavigationBar.swift
Outdated
Show resolved
Hide resolved
CaptureSDK/GiniCaptureSDK/Sources/GiniCaptureSDK/Core/Custom views/GiniBarButton.swift
Show resolved
Hide resolved
…t-and-custom-bottom-bar-navigation
…tom navigation PP-628
… navigation adapter PP-628
…om custom bottom bar PP-628
…m bottom bar PP-628
…ithCurrencyCode PP-628
…rRadius to Constants PP-628
…t-and-custom-bottom-bar-navigation
…tProceedButtonState PP-628
…igation bar PP-628
…ton in default bottom bar PP-628
...kSDK/Sources/GiniBankSDK/Core/Skonto/BottomNavigation/DefaultSkontoBottomNavigationBar.swift
Outdated
Show resolved
Hide resolved
BankSDK/GiniBankSDK/Sources/GiniBankSDK/Core/Skonto/SkontoViewController.swift
Outdated
Show resolved
Hide resolved
...ple/GiniBankSDKExample/SettingsViewController/SettingsViewController+SwitchOptionModel.swift
Show resolved
Hide resolved
...ple/GiniBankSDKExample/SettingsViewController/SettingsViewController+SwitchOptionModel.swift
Show resolved
Hide resolved
...ple/GiniBankSDKExample/SettingsViewController/SettingsViewController+SwitchOptionModel.swift
Show resolved
Hide resolved
...DK/GiniBankSDKExample/GiniBankSDKExample/SettingsViewController/SettingsViewController.swift
Show resolved
Hide resolved
...DK/GiniBankSDKExample/GiniBankSDKExample/SettingsViewController/SettingsViewController.swift
Show resolved
Hide resolved
@mrkulik Looks good. Also now that we hide the Help button the bottom navigation bar is looking awkward. Maybe is good to insert a spacer to the right of the Proceed button until the next phase when we add the Help button. What do you say? |
…ccessibilityValue to back button PP-628
5d3df42
to
f86fbf9
Compare
…t-and-custom-bottom-bar-navigation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mrkulik Looks good. Thank you!
I will wait for all the checks to pass and I can give a build for Vlad to test this pr changes.
|