I’m using xcode and I was wondering if there was a way to view all instance variables in my project from one “central” file?
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.
Select your target, then choose Model > Class Model > Quick Model. In the resulting class diagram, show the Model Browser. Sort it on the Type column.
You can do a multiple selection on all the ivars and copy them to a text file.
If you save the Class Model file in your project, it will update as you add classes, ivars, and methods to the target.