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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user