Instance Method

addSettingsView(to:view:)

This method addSettingsView is use to embed the settings view into your given view. If you prefers to have a full screen of settings view that comes with navigation, use the pushSettingsView method instead.

Declaration

@MainActor func addSettingsView(to vc: UIViewController, view: UIView)