CASpringView *view = [CASpringView attachToView:self.view withFrame:CGRectMake(30,[UIScreen mainScreen].bounds.size.height - 200, 120, 200)];
view.count = 20;
view.stretchRatio = 1 / 20.0 ;
view.width = 60;
view.dragRatio = 0.6;
view.color = [UIColor orangeColor];
view.boomDistance = 50;
self.springView = view;
-
Notifications
You must be signed in to change notification settings - Fork 0
ChenAo0727/CASpringView
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A Spring View similar QQ effect
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published