8000 GitHub - dandan2009/DCCardAnimation: 仿AppSolution内查看app预览图时的效果
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dandan2009/DCCardAnimation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DCCardAnimation

仿AppSolution内查看app预览图时的效果

Preview 预览

screenshots

Usage 使用

	NSArray *cardArr = @[[UIColor redColor], [UIColor blueColor], [UIColor yellowColor], [UIColor greenColor], [UIColor grayColor]];
    DCAnimationCards *cards = [[DCAnimationCards alloc]initWithCards:cardArr];
    [self.view addSubview:cards];

cardArr为存放背景或image的数组。

补充说明

普通拖拽卡会会弹回原位置,加速情况才会至下一张,该效果可在源码中修改

License

MIT

About

仿AppSolution内查看app预览图时的效果

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%
0