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 May 15, 2020. It is now read-only.
At the moment, I'm using a static size cell, however, it'd be nice to actually size the cells to fit their content.
UAFilterableResultsController provides filteredObjectAtIndexPath to get items by their indexPath and it works in the other delegate calls, but not in this case.
It'll work on the initial go, but as soon as you attempt to filter the results, you'll get a crash. I know that's vague, but I haven't looked too deep into it yet.
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 the moment, I'm using a static size cell, however, it'd be nice to actually size the cells to fit their content.
UAFilterableResultsController provides
filteredObjectAtIndexPath
to get items by their indexPath and it works in the other delegate calls, but not in this case.It'll work on the initial go, but as soon as you attempt to filter the results, you'll get a crash. I know that's vague, but I haven't looked too deep into it yet.
The text was updated successfully, but these errors were encountered: