Is there an easy way to convert the Spotify Simple Player app from using a XIB file to using a storyboard instead? I want to include a variation of the Simple Player in my current xcode project, but I am using a storyboard since I am fairly new to IOS programming. Is there an easy way (or any way) to make the Simple Player run with a storyboard? Any things in particular I should and should not change?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Honestly, there's so little code in SimplePlayer that it'd be easier to build it from scratch and copy the code in. Once you've built the UI, hook the play button up to an outlet and copy+paste the code in from the play button in Simple Player. |
|||||||||||
|