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

how to make textview height smaller? #126

Open
GopalPatel1989 opened this issue Aug 12, 2016 · 1 comment
Open

how to make textview height smaller? #126

GopalPatel1989 opened this issue Aug 12, 2016 · 1 comment

Comments

@GopalPatel1989
Copy link

There is need in my project that i have to made the textview smaller, I tried following but not getting success.

UITextView *textView = [[HPGrowingTextView alloc] initWithFrame:CGRectMake(15,4, 230,25)];

@sohanshrooms
Copy link

Set Minimum height of the text view.
self.textView.minHeight = 25

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants