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
{{ message }}
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
If the keyboard is visible on the SLKTextViewController and you pop the controller off the nav controller stack the SLKTextViewController will never be deallocated. I tested this with the provided example project. To recreate, use the programatic example and set the root view controller as a blank UIViewController and then push on the new SLKTextViewController. Open the keyboard, then press the back button, dealloc will not be called.
The text was updated successfully, but these errors were encountered:
joshbernfeld
changed the title
SLKTextViewController will not dealloc if keyboard is open when popped off nav controller
SLKTextViewController will not dealloc if keyboard is open when controller is dismissed
Aug 16, 2015
If the keyboard is visible on the SLKTextViewController and you pop the controller off the nav controller stack the SLKTextViewController will never be deallocated. I tested this with the provided example project. To recreate, use the programatic example and set the root view controller as a blank UIViewController and then push on the new SLKTextViewController. Open the keyboard, then press the back button, dealloc will not be called.
The text was updated successfully, but these errors were encountered: