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
auto property synthesis will not synthesize property 'scrollDirection'; it will be implemented by its superclass, use @dynamic to acknowledge intention
I did see a scrollDirection in UICollectionViewFlowLayout:
I am not sure, if I rename RAScrollDirction scrollDirection to RAScrollDirction scrollingDirection, will it break anything? I don't if it is a hack to replace scrollDirection, or careless used the same name.
The text was updated successfully, but these errors were encountered:
there is a warning for:
auto property synthesis will not synthesize property 'scrollDirection'; it will be implemented by its superclass, use @dynamic to acknowledge intention
I did see a
scrollDirection
in UICollectionViewFlowLayout:I am not sure, if I rename
RAScrollDirction scrollDirection
toRAScrollDirction scrollingDirection
, will it break anything? I don't if it is a hack to replace scrollDirection, or careless used the same name.The text was updated successfully, but these errors were encountered: