mirror of
https://github.com/bitwarden/mobile
synced 2025-12-13 14:53:18 +00:00
Moved cells from storyboard into being managed in controller code. new ios views for tableview cells.
This commit is contained in:
@@ -30,7 +30,7 @@ namespace Bit.iOS.Extension
|
||||
public override void ViewDidLoad()
|
||||
{
|
||||
base.ViewDidLoad();
|
||||
View.BackgroundColor = new UIColor(red: 0.93f, green: 0.94f, blue: 0.96f, alpha: 1.0f);
|
||||
View.BackgroundColor = new UIColor(red: 0.94f, green: 0.94f, blue: 0.96f, alpha: 1.0f);
|
||||
_context.ExtContext = ExtensionContext;
|
||||
|
||||
if(!Resolver.IsSet)
|
||||
|
||||
Reference in New Issue
Block a user