Re: IKImageBrowserView spinning animation on the Cell
Re: IKImageBrowserView spinning animation on the Cell
- Subject: Re: IKImageBrowserView spinning animation on the Cell
- From: Tom Hohensee <email@hidden>
- Date: Sat, 29 Oct 2011 09:02:39 -0500
Create a CALayer with the spinning effects. and use the following IKImageBrowser cell Core Animation layer method.
- (CALayer *)layerForType:(NSString *)type
where NSString is a “Cell Layer Positions” type IKImageBrowserCellForegroundLayer.
For the spinning effects layer have a look at https://github.com/kelan/yrk-spinning-progress-indicator-layer. You should be able to use the YPKSpinningProgressLayer classes for what you need.
Tom
On Oct 29, 2011, at 7:58 AM, XiaoGang Li wrote:
> IKImageBrowserCel
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden