ConfigurableTableView
ConfigurableTableView copied to clipboard
Bug in CBEditorStringInline ?
Hi,
I really like your library that makes creating complex UITableViews much easier!
I tested the provided sample app, but I found a small annoying bug with CBEditorStingInline. To see the bug, do the following:
- tap on the string in the first cell of the sample app to edit it.
- add a letter (to get for instance the string "TesterA") and press return to dismiss the keyboard
- tap on the string to edit it again
- add again a letter (to get for instance string "testerAB") and hit return When the keyboard closes, the newly added letter is not saved, but simply discarded!
It would be great if you could solve this bug! Vincent
I get this bug too. You can see it right in the Demo app. It is sad that such nice framework is not usable because of this bug.