FXForms
FXForms copied to clipboard
Never ending "Add Item"s
Sometimes when a field is added (FXFormSection addNewField) it's not added at the end, but rather one before the end, which causes an endless loop of adding new fields.
This seems to happen 100% of the time if I do the following:
Have a field be an NSArray (the assumed type will be of NSString).
Go into the app and do the following:
Press Add Item twice. Delete the top item. Tap the remaining item to bring up the keyboard (this is important, loop doesn't occur if you don't enter editing). Tap Add Item. There will be a never ending string of "Add Item"s added.
Anyone have any ideas on this?
Did you find any solution to this issue?