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
@@ -50,10 +50,10 @@ public class RyeViewController: UIViewController {
50
50
return keyWindow
51
51
}
52
52
}
53
-
varalertType:Rye.AlertType!
54
-
varviewType:Rye.ViewType!
53
+
varalertType:Rye.AlertType
54
+
varviewType:Rye.ViewType
55
55
vartimeAlive:TimeInterval?
56
-
varposition:Rye.Position!
56
+
varposition:Rye.Position
57
57
varanimationDuration:TimeInterval!
58
58
varanimationType:Rye.AnimationType!
59
59
@@ -72,16 +72,16 @@ public class RyeViewController: UIViewController {
72
72
- 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
0 commit comments