ra1028/Former

No way to format text with TextFieldRowFormer

walsht opened this issue · 2 comments

No way to format text with TextFieldRowFormer. You have something for date/slider/step but would like to be able to have the user input a number and format it to currency.

CustomRowFormer allows you to add any UITableViewCell with any content, maybe that can help.

Hi Tim,

As David mentioned, your best bet is to create a custom cell and use this instead. The default cells are really meant to be used in simple cases or as references when building your own. I'm closing this issue in an effort to focus on actual bugs within the library as there are less and less people maintaining this library.