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 Dec 18, 2017. It is now read-only.
At first, I thank you for providing such a control, it really saved us a lot of time.
I have a memory Issue related to AKPickerView, though not very sure, if its related.
I have a custom UITableViewCell designed in StoryBoard, which contains "AKPickerView".
When the controller gets dealloc, the tableview gets dealloc'ed, and eventually all of its subview must get dealloc'ed, but the cells hang around and aren't dealloc'ed.
Inspecting with Instruments, i see a lot of AKCollectionViewCell's hanging around.
As said above, am not very sure, if the issue is just because of AKPickerView.
It would be great, if i get some help on it.
Thanks!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
At first, I thank you for providing such a control, it really saved us a lot of time.
I have a memory Issue related to AKPickerView, though not very sure, if its related.
I have a custom UITableViewCell designed in StoryBoard, which contains "AKPickerView".
When the controller gets dealloc, the tableview gets dealloc'ed, and eventually all of its subview must get dealloc'ed, but the cells hang around and aren't dealloc'ed.
Inspecting with Instruments, i see a lot of AKCollectionViewCell's hanging around.
As said above, am not very sure, if the issue is just because of AKPickerView.
It would be great, if i get some help on it.
Thanks!
The text was updated successfully, but these errors were encountered: