/
Help Screen
Help Screen
Bottom navigation bar
You can inject your own view for the bottom navigation bar if you set GiniBankConfiguration.shared.bottomNavigationBarEnabled
to true
and pass a custom HelpBottomNavigationBarAdapter
implementation to GiniBankConfiguration.shared.helpNavigationBarBottomAdapter
:
let customHelpBottomNavigationBarAdapter = CustomHelpBottomNavigationBarAdapter()
GiniBankConfiguration.shared.helpNavigationBarBottomAdapter = customHelpBottomNavigationBarAdapter
Custom help screens
You can show your own help screens and append them to the list on the main help screen. To do this, pass the title and UIViewController
for each screen to the GiniBankConfiguration.shared.customMenuItems
using a list of HelpMenuItem.custom
objects:
customHelpItems = [HelpMenuItem.custom("Custom menu item", CustomMenuItemViewController())]
GiniBankConfiguration.shared.customMenuItems = customHelpItems
UI customization
You can also view the UI customisation guide in Figma here.
, multiple selections available,
Related content
No Results Screen
No Results Screen
Read with this
Help Screen
Help Screen
More like this
Error Screen
Error Screen
Read with this
Help Screen
Help Screen
More like this
Gallery Album Screen
Gallery Album Screen
Read with this
Help Screen
Help Screen
More like this