zoonooz / ZFTokenField

iOS custom view that let you add token view inside like NSTokenField

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Increase text contains of Writing text

zeeshanbiit opened this issue · comments

how to increase the preview of writing text when i will write some text in field it go to beside of view can i fix it use tokenfield???

Its simple open your ZFTokenfield.m file and search for,
-(void)reloadData{}
In this function body you see this line,
self.textField.frame = (CGRect) {0,0,350,[self.dataSource lineHeightForTokenInField:self]};
In this line 350 is the writing text size you can set it with your desired size.
i think this will help you.