Skip to content

Param Auto-Complete Fail #19

@sanshanchuns

Description

@sanshanchuns

animator.makeX(10).preAnimationBlock(^{
NSLog(@"");
}).makeSize

with anything written in block will result in param auto-complete fail

it should be sth like following

animator.makeX(10).preAnimationBlock(^{

}).makeSize(<#CGFloat width#>, <#CGFloat height#>)

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