KennethTsang / GrowingTextView

An UITextView in Swift. Support auto growing, placeholder and length limit.
MIT License
1.07k stars 133 forks source link

Improve code style and remove unneeded language keywords #61

Closed alexsteinerde closed 3 years ago

alexsteinerde commented 3 years ago

SwiftLint and Xcode throw warnings when building the code. Feel free to merge this PR if you agree with the code style and changes.

KennethTsang commented 3 years ago

@alexsteinerde nice, thanks for your update ;)