Search

All posts

Build logs, short notes, and the things I work out in public before they turn into articles.

AttributedText + Regex Swift 4.2

This example of how to combine attribute text and regex for change color and underline, you would like to match but quickly fetch only word. Now with regular expression…

Read more →
AttributedText + Regex Swift 4.2

Generate QR Code Swift 4.2

Example code QR code 1. Simple Generate QR Code // @IBAction func bAction(_ sender: Any) { //    if let myString = textField.text { //        // first // //        // second /…

Read more →