Could I write c++ code that interacts with the iPhone Quartz 2D framework, or can I only using objective-c?
Thanks
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.
Yes. Quartz is a C framework. You can use C++ code that uses Quartz.
You will need some Objective-C to launch your application and get a graphics context for a view to draw into.