Skip to content

AScrollDirction scrollDirection warning #10

@liuxuan30

Description

@liuxuan30

there is a warning for:

@property (nonatomic, assign) RAScrollDirction scrollDirection;

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:

@property(nonatomic) UICollectionViewScrollDirection scrollDirection

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions