Blog archive

2019

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

9 Note

9 Notes In Desember 2019

1. Int to String (Swift 4.2 to Swift 5.1) update  // Swift 4.2 and old String(describing: Int()) // OR // "\(Int)" // Swift 5.1 Update String(Int()) // OR //…

Read more →
Template

iOS mobile App Templates

1.  QR Code And Barcode Features  Scan Barcode & Generate - IOS 12, 13 - Language  Swift 4 and 5 - Can save to Photo library - Share Link QR Code & Barcode Image Re…

Read more →
iOS mobile App Templates
9 Note

9 Notes In November 2019

1.  Filter  both of  Alphabet and Numeric. You may directly use  replacingOccurrences  (that removes all non-overlapping matches from the input string) with  [^A-Za-z0-9]+  pat…

Read more →
9 Notes In November 2019
9 Note

9 Notes in October 2019

1. Command-phasescriptexecution-failed-with-a-nonzero-exit-code Go to keychain access -> right-click on login -> lock & unlock again -> clear Xcode project a…

Read more →
9 Notes in October 2019