-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Random crash due nil init #123
Comments
Do you think that the |
@quangctkm9207 |
Yes. It is quite strange because it happened randomly. |
@quangctkm9207 I think the only way to sort this out is to rewrite the instances and use |
That would be a good suggestion. |
|
Hey, i wanted to show the showcase on a UIBarButtonItem and i ran into this crash. The reason is here: if let view = (barButtonItem.value(forKey: "view") as? UIView)?.subviews.first { view cannot be casted to UIView so this fails and targetView never get initialized. I solved this by setting a custom view(UIButton) to the UIBarButtonItem |
Hi, I was testing my app on the simulator and this happened:
To start the showcase it's calling:
Version: 0.7.1
The text was updated successfully, but these errors were encountered: