带有 Swift 的材质按钮
AndroidのMaterialデザインで采用されているボタンのアニメーションのiOSで利用出来る様にSwiftで作成しました。
波纹按钮使用
self . rippleButton = RippleButton ()
self . rippleButton . setTitle ( " Ripple Button " , forState : UIControlState. Normal )
self . rippleButton . setTitleColor (UIColor. blackColor (), forState : UIControlState. Normal )
self . rippleButton . backgroundColor = UIColor ( red : 240.0 / 255.0 , green : 240.0 /
2021-07-03 14:05:55
16KB
Swift
1