CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.
TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Feb 2017 |
SwiftSwift Version | 3.0 |
SPMSupports SPM | ✗ |
Maintained by David Cordero.
Simple View representing a Siri Remote device
SiriRemoteView is a subclass of UIView, which allow representing on the screen a Siri Remote Device on different status.
Customizable properties:
All you need is to create an instance of SiriRemoteView and add it on the screen:
let siriRemote = SiriRemoteView()
siriRemote.backgroundColor = .clear
siriRemote.lineColor = .black
siriRemote.hightlightColor = .black
siriRemote.highlightedButton = .menu
view.addSubview(siriRemote)