-
Notifications
You must be signed in to change notification settings - Fork 67
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
Crash bug #11
Comments
@datwelk Please help me fix the problem, thanks. |
You should not use RDRStickyKeyboardView inside a UITableViewController. |
The |
I'm sorry. I'd like to set the record straight, I use RDRStickyKeyboardView inside a UIViewController, but UIViewController contain UITableView.
|
You have an example project demonstrating the crash I can take a look at? |
Modify the RDRStickyKeyboardView's demo according to my project process, it works well. But, if I delete the code in the
My project will not crash. |
Added RDRStickyKeyboardView in UITableViewController.
Perform the following steps:
1, Call
[self.contentWrapper showKeyboard];
when enter into UITableViewController;2, Exit UITableViewController;
3, Enter into UITableViewController again;
4, Enter any letter, RDRStickyKeyboardView Crash.
The text was updated successfully, but these errors were encountered: