I’m struggling to understand the advantage of using the orange circle view controller in IB over just calling the view controller needed in code.
Thoughts? Opinions?
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.
Just for fun, let’s turn your question around:
Any advantage to using/not using IB is purely based on the preference of the coder. If you are more comfortable doing it in code (and find it easier to maintain) then just do that. However, if you are working in a team, it might be better to keep things compartmentalized using IB to allow for easier collaboration. YMMV, and I would encourage you to do whatever makes you more productive.