Currently I have the following code to update the NSLevelindicator:
[self.headerIndicator selfFloatValue:heightValue]
Is there any way to animate the the level indicator between values when they update?
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.
read this answer to animating sliders. i haven’t tried it with level indicators but from the API docs it seems a viable option. the source code there can easily be adapt: NSSlider animation