I’d much rather code an app using pure C api such as OpenGL, rather that Cocoa Touch. So I’m wondering: is it feasible? Will I be able to maintain the same user experience that you get with Interface Builder?
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.
None of the UI components have OpenGL equivalents. Is it possible? Yes. Is it sensible? No – you would be much better off learning how to use IB and the UIView classes. Coding the UI in OpenGL would be like painting your house with an artist’s brush, using hand-made paint instead of Dulux.