IOS弹出框,类似淘宝菜单弹出框:DWPOP-UP-IOS
jopen
9年前
DWPOP-UP-IOS
IOS 弹出框,类似淘宝菜单弹出框如果有更多想法
效果图
Installation
pod
pod 'pop', '~> 1.0'
xib-view
Properties
-(void)setAdapterView:(UIView *)addview; // @param springBounciness 反弹 // @param springSpeed 弹性速度 -(void)setAdapterView:(UIView *)addview springBounciness:(CGFloat) springBounciness springSpeed:(CGFloat) springSpeed; //执行动画 -(void)showanimation; //设置背景颜色 -(void)setDWBackgroundColor:(UIColor *)color;