xcode - Dynamically resize imageview with animation in cocoa mac application in objective c -
i having cocoa application mac in objective c.
i new mac application.
in app, want implement growing imageview animation shown below in images.

as seen screenshots, when window loads, have data feel increases value.
from 0 maximum value.
it should show rising 0 values have specified.
i have seen lots of circular animations didn't idea that.
please give me suggestions on this.
please ignore if mistakes new mac development.
thanks in advance.
you should create mask , apply nsimageview layer object using image (one 100%).
read following article , don't afraid it's ios-development, coreanimation available in cocoa too.
Comments
Post a Comment