3lvis / Form

The most flexible and powerful way to build a form on iOS

Home Page:http://hyper.no

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting rid of white gap area

RyanKim01 opened this issue · comments

Please look at this image first.
screen shot 2015-12-31 at 10 43 45 am
As you can see, there is a big white gap between my customfield and select type. I was trying a lot to get rid of it, but I could not figure out.

Here is a json format:
screen shot 2015-12-31 at 10 43 38 am

Here is a custom field class:
screen shot 2015-12-31 at 10 42 43 am

I played with changing value for height, but that did not work. Any advices would be appreciated. And Happy new year!

There you go, just change the frame of your textView https://github.com/hyperoslo/Form/pull/497

Feels bad that I could not figure that out :/ thank you always @3lvis !