I have a main View that has a table which has it’s own controller. How can I pass an array from the main controller to the table controller? (I use interface builder maybe i need to init the view programatically?)
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Overwrite
in your UITableView Controller with
And use that to initialise your UITableViewController passing your array in.