Fix XCode warning about cached attributes#98
Open
crrobinson14 wants to merge 1 commit intoCitrrus:masterfrom
Open
Fix XCode warning about cached attributes#98crrobinson14 wants to merge 1 commit intoCitrrus:masterfrom
crrobinson14 wants to merge 1 commit intoCitrrus:masterfrom
Conversation
XCode 7 / iOS 9 (perhaps earlier?) reports `UICollectionViewFlowLayout has cached frame mismatch` about the above pattern. Working from a copy resolves the issue.
Member
|
Thanks @crrobinson14! I'll try to get this integrated in the next few days. |
|
Using the copy function on See: http://stackoverflow.com/a/33172179/2709382
The copy function seems sufficient for |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
XCode 7 / iOS 9 (perhaps earlier?) reports
UICollectionViewFlowLayout has cached frame mismatchabout the above pattern. Working from a copy resolves the issue.