iOS, NSURL, Decoding, Tips, Tutorial, URL, Xcode, Objective-C, Category, Extension How to decode URL string on an iOS Often times we need to deal with URL encoded string. This is quite awkward to use for an UI. In order to fix this issue, we often tend to decode it. Today we