Hi All,
I made a player xib and go from the playlist xib to that one. The thing is that the player view has a bunch of data to capture and load. When you click the button on playlist to go to the player view, the player view WILL NOT be displayed until all the data is captured.
I want it to go to the player view immediately and then show an activity indicator on player page while it loads the data.
How can I display the player xib file right on the button click, then load the data on there?