[Solved] how to 100 text field in table view ios swift [closed]
create data module class as below class Data { var text:String? } then add 100 objects in array and load tableview from array. Now create custom cell & take reference of textfield in custom cell class. Implement observer for text change on textField in this class. Now write function as below in custom cell func … Read more