Skip to content
This repository was archived by the owner on Apr 22, 2019. It is now read-only.
This repository was archived by the owner on Apr 22, 2019. It is now read-only.

GrowingTextView frame issure #122

@luoqisheng

Description

@luoqisheng

hi , your code in the Method - (void)refreshHeight,has a problem. The result of measureHeight is a float value,should not assign to the local var newSizeH which type is NSInteger. It may leads to the result smaller than the textview needs. you can fix it by NSInteger newSizeH = ceilf([self measureHeight]);

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