Hi,
Please I need help and I'm new in iPhone programming environment.
I need example how to populate data (NSArray) in UITableView after I click on button event, for example when I click on search button it runs the event to populate the data in array and reload it in UITableView.
I have seen some examples on the net but all of them shows populating data when it loads the application (viewDidLoad) not when it clicks on button event.
Thanks
Please I need help and I'm new in iPhone programming environment.
I need example how to populate data (NSArray) in UITableView after I click on button event, for example when I click on search button it runs the event to populate the data in array and reload it in UITableView.
I have seen some examples on the net but all of them shows populating data when it loads the application (viewDidLoad) not when it clicks on button event.
Thanks