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

Custom cells leaving small mark of separator line

RyanKim01 opened this issue · comments

In my form, I would like to keep the default separator line. However, I do not want it for my custom fields.
I have a custom fields which only has a textview.

Here is an issue I'm having (you can see small line of separator on the sides):
screen shot 2016-01-01 at 4 00 38 pm

Things I tried:
(1) I try setting separator line as whitecolor but it ends up erasing all other separator lines I need in the form. Code is like below:
screen shot 2016-01-01 at 4 08 04 pm

(2) I tried using styling format in JSON like below but that did not work either:
screen shot 2016-01-01 at 4 04 29 pm

Do you think there is a way to remove one separator line in a custom field without overriding other separator lines?

Are you using Form — 3.8.0? I made a new release today. It disables the separator for custom fields.

@3lvis Didn't know a new version was out. Just did pod update and it works fine. Closing this issue. Thank you!

Woho! 🎉