1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-17 16:03:46 +00:00

PM-3350 Migrated the CustomViewCellRenderer for iOS

This commit is contained in:
Dinis Vieira
2023-10-17 22:23:04 +01:00
parent 8c623a2067
commit 455c3a257c
3 changed files with 28 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ namespace Bit.iOS.Core.Utilities
{
handlers.AddHandler(typeof(TabsPage), typeof(Handlers.CustomTabbedHandler));
handlers.AddHandler(typeof(NavigationPage), typeof(Handlers.CustomNavigationHandler));
handlers.AddHandler(typeof(ViewCell), typeof(Handlers.CustomViewCellHandler));
handlers.AddHandler(typeof(ContentPage), typeof(Handlers.CustomContentPageHandler));
Handlers.ButtonHandlerMappings.Setup();
Handlers.DatePickerHandlerMappings.Setup();