Skip to content

仿原AppSolution内查看app预览图时的效果,拖拽查看下一页

License

Notifications You must be signed in to change notification settings

dawnnnnn/DNCardView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DNCardView

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

Preview 预览

screenshots

Usage 使用

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

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

补充说明

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

Update 更新

2017/01/25: DCCardAnimations 更名为 DNCardView

To-Do

扩展frame开放自定义

License

MIT

About

仿原AppSolution内查看app预览图时的效果,拖拽查看下一页

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published