How would I be able to have a child view controller be persistent in an iOS app? When you switch from one view controller to another, the child view controller won't update, just stay in place. A good example is the sound manager / audio player view in the Spotify app.
Asked
Active
Viewed 144 times
0
-
I'm pretty sure they move it across views and its not automatically done – Jack Jan 17 '14 at 20:40
-
I was trying to do this recently. Found the answer here: http://stackoverflow.com/a/17759156/2410991 – hgwhittle Jan 17 '14 at 20:40
-
@JoshCaswell.. Thanx for letting me know. Still learning – Prince Agrawal Jan 17 '14 at 20:56
-
@hw731 Damn! that what I was looking for. many thanks for the link! +1 – eagle Jan 17 '14 at 21:06