I'm dynamically pulling videos from a specific YouTube channel in my app, and the entire process is working well, except for pulling the video durations. I can get as far as loading the duration from YouTube as an ISO8601 string (i.e. PT1M15S), but I have no idea how to convert this to an NSString to place into a Label. How would I go about this conversion?
Asked
Active
Viewed 744 times