Swift 4.1 Swift 4.1 feature - keyEncoding/keyDecoding strategy Can't believe it's been 3 and half years but I still didn't run a single Swift program over command line. However, that is no longer going to happen. The occasion is an unreleased Swift version 4.1 (As of 02/14/2018) and my desire to try out new cool
iOS Decode HTML entities in the iOS While working on one of our legacy projects, I came across interesting (Re: Code smell) code. We were getting HTML encoded strings in one of our content call. We just avoided to load this on UIWebView using [web loadHTMLString:[HTML String] baseURL:[Project base URL]] Pro tip : We usually leave
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