Working Swift Example?

Matthew Alan Gray

New Member
Fair enough - I threw together a working Swift example for the Player example this morning. You can find it at https://github.com/hatboysoftware/wcs-player-ios-swift

It's also important to note that trying to instantiate the remoteDisplay in a Storyboard definition doesn't work; however, instantiating it in code and adding it as a subview to an existing UIView and applying the appropriate constraints relative to the existing UIView works just fine.

Thanks.
 
Last edited:
Top