I’m getting this warning for every nib file that contains a UIActivityIndicator.
The warning states:
Unsupported Configuration: Hides when stopped but is neither hidden or animating
What am i doing wrong?
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.
This means, You have set
Hides when stopped.So there must be two states only,
But you have set neither Hidden nor Animating.
See the image:
It must be
HiddenorAnimating, If you have CheckedHides when stopped.