You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Parameter viewType: the Rye ViewType, contains the UIView + Configuration
93
-
- Parameter position: contains the possition where the RyeView should be displayed on screen
94
-
- Parameter timeAlive: Represents the duration for the RyeView to be displayed to the user. If nil is provided, then you will be responsable of removing the RyeView
95
-
*/
88
+
/// Instantiate a new RyeViewController
89
+
/// - Parameters:
90
+
/// - alertType: the Rye AlertType
91
+
/// - viewType: the Rye ViewType, contains the UIView + Configuration
92
+
/// - position: contains the possition where the RyeView should be displayed on screen
93
+
/// - timeAlive: Represents the duration for the RyeView to be displayed to the user. If nil is provided, then you will be responsable of removing the RyeView
96
94
@available(*, deprecated, message:"Please see the README section \"Updating from v1.x.x to v2.0.0\" for notes on how to update")
0 commit comments