Is it bad practice/not efficient to draw UITableViewCell in IB vs drawing in code?
Is it bad practice/not efficient to draw UITableViewCell in IB vs drawing in 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.
Not at all – Apple recommend it and provide an example of how to do it. See Table View Programming Guide – scroll down to Loading Custom Table-View Cells From Nib Files – just make sure you follow the other recommendations regarding use of transparency, cell reuse, etc.