I’ve got a compilation issue with a UiSegmentedControl, whose style is bezeled. The colour is black. I get an error:
"Tint color on non-bar style segmented control"
Can this be solved, and is it an issue for app submission?
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.
I think that’s a bug in Xcode/Interface Builder.
The iOS HIG say nothing about the different styles and the documentation explicitly allows tint colors for bezeled UISegmentedControls:
I would just ignore the warning.