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

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 ...
source