-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
UICollectionReuseableView layoutAttributes unrecognized selector #29
Comments
@ay8s I wonder why plain-old |
@Adlai-Holler We have section headers which split sections by date. In our ASCollectionSectionController we have implemented... |
Thanks @garrettmoon. Updated to master but still seeing the same issue occurring. cc @plarson. |
@ay8s Could you put a conditional breakpoint in |
@Adlai-Holler I couldn't seem to hit that using a symbolic breakpoint. If I take this code out, we don't crash (though, that breakpoint still never hits):
That's odd as |
Figured this one out, sorry for not catching this one sooner. We had the following...
Rather than...
Closing this out. |
Just updating to use Texture within Buffer. We're hitting a crash that looks to have been introduced here... 3164d8d
We're using IGListKit with Texture if that has any effect at all.
The text was updated successfully, but these errors were encountered: