A play button similar to YouTtube
Play Button Demonstration | An empty demo | An empty demo |
---|---|---|
- Custom color
- Non-picture
- Button like YouTube
- Compact and easy to use
- Swift 4.2
let playButton = CAPlayButton(frame: CGRect(x: 150, y: 100, width: 100, height: 100))
playButton.addTarget(self, action: #selector(caPlayButtonPressed), for: .touchUpInside)
playButton.setTintColor(bluePlayButton.tintColor)
view.addSubview(playButton)
Does your organization or project use PhotoBrowse? Please let me know by email.
- weifans, duanhaisi@gmail.com
- SLEEP WIND https://sleepwind.com
PhotoBrowse is available under the MIT license. See the LICENSE file for more info.