I am using custom cell and I have TextField . When I finish editing the textfield, it is a delegate group that is called textFieldShouldEndEditing and the table is reloading the view that exists in another class is. Problem table views are not working (tableview reload). // another class method I think I have explained my problem .. If you have any thoughts please share your thoughts ... I hope your thoughts will help me .. Thank you. . TextFieldDidEndEditing: Just type textFieldShouldEndEditing: Change
** // Custom cell class textfield representative method ** - (BOOL) textFieldShouldEndEditing: (UITextField *) textField {** // TableReload See current class table reload method ** [rptCartdelegate TableReload]; Yes come back }
- (zero) filter the table {// Here the object information in the table And the array is not empty [tableview reload]; }
No comments:
Post a Comment