Skip to content

iOS App Store's "Add to Wish List" animation

Notifications You must be signed in to change notification settings

UIKit0/WishlistAnimation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

App Store's "Add to Wish List" animation

Example

image

Usage

Import the category into your .m file:

#import "UIBarButtonItem+WishListAnimation.h"

Then create your UIBarButtonItem:

    self.navigationItem.rightBarButtonItem = 
    	[UIBarButtonItem wlBarButtonWithImage:buttonImage target:self action:@selector(addToWishList:)];

Now just animate it using:

[self.navigationItem.rightBarButtonItem wishListAnimationWithImage:iconImage completionBlock:nil];

Enjoy.

About

iOS App Store's "Add to Wish List" animation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published