I am new to iOS development so this is probably a stupid question, I want to display an NSNumber in a label on a viewcontroller how do I cast it as a string so it will work? Here is the line of code:
cell.textLabel.text = videos.videoID; // videoID is an NSNumber