Example:
scrollView.scrollEnabled = YES; //scrollEnabled appears black
scrollView.pagingEnabled = NO; //pagingEnabled appears purple
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.
Check your Fonts and Colors preferences. Each color designates a different identifier category.
alt text http://idisk.mac.com/cdespinosa/Public/FontsAndColors.png
The reason they’re colored differently is that even though they are both properties on the UIScrollView object, the pagingEnabled identifier is also declared as an unsigned int bitfield member in the UIScrollView struct. That’s causing it to be drawn in the Other Instance Variables and Globals color.