I have a UITableView with some login form and I manually wrote the configuration values of the UITextFields in this NSArray as NSDictionaries. It is bothering because it's data in the code. I don't want data in my code! And I think that nobody wants that.
Have you ever been in this situation? How would you dispose properly of this data?
I'm going to move it to a plist but I'm not sure is the right solution.