Mac Tips
1. Cannot delete file in Macbook - If u have file cannot delete use (cmd + delete) user terminal to delete it https://stackoverflow.com/a/27619241/8366535 # THIS FORM IS …
Read more →
Build logs, short notes, and the things I work out in public before they turn into articles.
1. Cannot delete file in Macbook - If u have file cannot delete use (cmd + delete) user terminal to delete it https://stackoverflow.com/a/27619241/8366535 # THIS FORM IS …
Read more →
Happy new year 1. Git stash list / Git stash twice I know just using git stash and git stash apply for one editing branch, so I need to modify two git branches with git …
Read more →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 →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 →
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 →