What is the easiest way to create this user interface?

How does the subject ask what is the easiest way to get the input form below?

enter image description here

Is a UITableView used? Or something different? I understand the code a bit and think I can do more work than I should. I recall a presentation in which the facilitator said that if I do too much hacking to get a function, maybe I am doing it wrong.

I searched the Internet for several frameworks, and they are not enough. I tried ELCTextField. I am trying to use IBAForms, which looks very good, but the sample code is so confusing, I have no idea how to use it. If you have a sample code, please share it and I would appreciate it. I am also trying a RoundedUITableView and cannot make this work.

Links to the framework: 1. ELCTextField: http://www.cocoacontrols.com/platforms/ios/controls/elctextfieldcell 2. IBAForms: http://www.cocoacontrols.com/platforms/ios/controls/ibaforms 3. RoundedUITableView: https://github.com/beetlebugorg/RoundedUITableView

PS: When I try to combine RoundedUITableVIew with ELCTextField, everything breaks. This is heartbreaking ...

+3
source
3

UITextField, UIView. borderColor, borderWidth cornerRadius. sample code, .

, . clipsToBounds YES. , .

rightView leftView UITextField, .

+2

UITableView (UITableViewStyleGrouped) , UITextField, () . UITextField placeholder, .

+2

I got basically the same effect as the image as a background (although, I think you could place the content in the tableView cells) and have a borderless text field in every space that had the default text.

0
source

All Articles