How do I connect a UITableView so I can find it in my code?
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.
you’ll need to add what is called an outlet. I prefer to not use IB for my apps as there’s less hocus pokus but if you do prefer to use interface Builder you’ll need to read up on a few tutorials. There’s a few here:
http://monotouch.net/Tutorials
The main steps (from memory) are:
here is a helo world tutorial using IB: http://monotouch.net/Tutorials/MonoDevelop_HelloWorld
hth 🙂
w://