mirror of
https://github.com/bitwarden/mobile
synced 2025-12-12 22:33:25 +00:00
modal full screen
This commit is contained in:
@@ -19,7 +19,9 @@ namespace Bit.iOS.Autofill
|
|||||||
|
|
||||||
public CredentialProviderViewController(IntPtr handle)
|
public CredentialProviderViewController(IntPtr handle)
|
||||||
: base(handle)
|
: base(handle)
|
||||||
{ }
|
{
|
||||||
|
ModalPresentationStyle = UIModalPresentationStyle.FullScreen;
|
||||||
|
}
|
||||||
|
|
||||||
public override void ViewDidLoad()
|
public override void ViewDidLoad()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -8,7 +8,9 @@ namespace Bit.iOS.Core.Controllers
|
|||||||
{
|
{
|
||||||
public ExtendedUITableViewController(IntPtr handle)
|
public ExtendedUITableViewController(IntPtr handle)
|
||||||
: base(handle)
|
: base(handle)
|
||||||
{ }
|
{
|
||||||
|
ModalPresentationStyle = UIModalPresentationStyle.FullScreen;
|
||||||
|
}
|
||||||
|
|
||||||
public override void ViewWillAppear(bool animated)
|
public override void ViewWillAppear(bool animated)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -8,7 +8,9 @@ namespace Bit.iOS.Core.Controllers
|
|||||||
{
|
{
|
||||||
public ExtendedUIViewController(IntPtr handle)
|
public ExtendedUIViewController(IntPtr handle)
|
||||||
: base(handle)
|
: base(handle)
|
||||||
{ }
|
{
|
||||||
|
ModalPresentationStyle = UIModalPresentationStyle.FullScreen;
|
||||||
|
}
|
||||||
|
|
||||||
public override void ViewWillAppear(bool animated)
|
public override void ViewWillAppear(bool animated)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -11,7 +11,9 @@ namespace Bit.iOS.Extension
|
|||||||
{
|
{
|
||||||
public SetupViewController(IntPtr handle)
|
public SetupViewController(IntPtr handle)
|
||||||
: base(handle)
|
: base(handle)
|
||||||
{ }
|
{
|
||||||
|
ModalPresentationStyle = UIModalPresentationStyle.FullScreen;
|
||||||
|
}
|
||||||
|
|
||||||
public Context Context { get; set; }
|
public Context Context { get; set; }
|
||||||
public LoadingViewController LoadingController { get; set; }
|
public LoadingViewController LoadingController { get; set; }
|
||||||
|
|||||||
Reference in New Issue
Block a user