Fresh Beginning
  • Home
  • Portfolio
  • My Clothing Shop
  • Etsy Clothing Store
  • Buy Me A Coffee
  • Patreon
  • Speaking
  • Reading
  • About Me
  • Contact Me
Subscribe

Decoding

A collection of 4 posts
SwiftUI Attributed Strings - Decoding and Applying Custom Remote Attributes with Markdown and Attribute Keys
AttributedString

SwiftUI Attributed Strings - Decoding and Applying Custom Remote Attributes with Markdown and Attribute Keys

💡This is the next part of my previously published blog post on Attributed strings in iOS 15 - SwiftUI - Attributed Strings Improvements in iOS 15. The first post explains concepts that are needed to understand this post in detail. If you haven't read the previous post yet, I strongly
Sep 2, 2022 8 min read
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
Feb 15, 2018 6 min read
Decode HTML entities in the iOS
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
Dec 12, 2015 2 min read
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
Nov 11, 2015
Fresh Beginning © 2025
Powered by Ghost