Table of Contents

Class UIViewController_ScanbotBarcodeScannerSDK_Swift_13052

Namespace
ScanbotSDK.iOS
Assembly
BarcodeSDK.NET.iOS.dll
public static class UIViewController_ScanbotBarcodeScannerSDK_Swift_13052
Inheritance
UIViewController_ScanbotBarcodeScannerSDK_Swift_13052
Inherited Members

Methods

AttachViewControllerInView(UIViewController, UIViewController, UIView)

public static void AttachViewControllerInView(this UIViewController This, UIViewController viewController, UIView containerView)

Parameters

This UIViewController
viewController UIViewController
containerView UIView

AttachViewControllerWithConstraints(UIViewController, UIViewController, NSLayoutConstraint[])

public static void AttachViewControllerWithConstraints(this UIViewController This, UIViewController viewController, NSLayoutConstraint[] constraints)

Parameters

This UIViewController
viewController UIViewController
constraints NSLayoutConstraint[]

DetachViewController(UIViewController, UIViewController)

public static void DetachViewController(this UIViewController This, UIViewController viewController)

Parameters

This UIViewController
viewController UIViewController

ForceCloseViewControllerAnimated(UIViewController, bool, Action?)

public static void ForceCloseViewControllerAnimated(this UIViewController This, bool animated, Action? completion)

Parameters

This UIViewController
animated bool
completion Action

ShowError(UIViewController, NSError, Action<bool>?)

public static void ShowError(this UIViewController This, NSError error, Action<bool>? completion)

Parameters

This UIViewController
error NSError
completion Action<bool>