Simon Strandgaard
Simon Strandgaard
Unfortunately commenting out the code breaks the existing behavior, and places the cursor in the left-side of the screen, barely visible. Left side: code is commented out. Right side: the...
Useful. However this is not possible, yet. Pull requests are much welcome
That's a good proposal.
Maybe you can tweak [CustomViewController.swift](https://github.com/neoneye/SwiftyFORM/blob/master/Example/Custom/CustomViewController.swift) to create instances of the PasswordTextField. Does this work for you?
Perhaps do something like this. Untested ``` swift class PasswordTextCell: UITableViewCell { static func createCell() throws -> PasswordTextCell { let cell = PasswordTextCell() cell.setup() return cell } lazy var passwordField:...
How do you think the api should be like for this? Can't promise anything.
I'm no expert in iOS' search controls. I have coded it several times, and I think Apple's api is messy in this area. So it's tricky making a solution that...
How would you prefer the api to be like? Example of code that would work best for you.
I'm confused. - Can you send a screenshot or a drawing of what it should look like? - Can you suggest a code snippet for what it ideally should be?
Looks good. Avatar row, this seems like a recurring ui pattern. However I don't think this should be a core control in SwiftyFORM, since it's subject to fashion changes. Perhaps...