Image Spliced into tiles with animation - iOS
问题 I'm trying to splice an image and then have a transition to next one something like this? Any suggestions on where to start from? Is it possible to splice the images into small tiles and animate them with UIView animations? Here is a sample. EDIT: '#define DESIRED_WIDTH 40 '#define DESIRED_HEIGHT 60 - (void)viewDidLoad { [super viewDidLoad]; UIImage *bigImage = [UIImage imageNamed:@"background_for_Manager_App.png"]; CGRect frame = CGRectMake(0.0, 0.0, DESIRED_WIDTH, DESIRED_HEIGHT); int