iOS 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 will see how to decode an URL string on an iOS Say, NSString* inputURLString is an URL