I have built a custom video player in Titanium. Everything works on it currently, however, I need to implement the AirPlay
button back in. Using native objective-c, I see it is possible to do this using a the MPVolumeView
according to this thread: AirPlay button on custom view
That is great, if I was coding in objective-c, but that isn't the case. Does anyone have any idea how I can implement this feature through titanium?