9 Notes In January 2020
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 →Build logs, short notes, and the things I work out in public before they turn into articles.
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 →
Problem: I have a bug title in button, not show and UILabel in UITableviewCell are more dominant than UIButton in horizontal UIStackView, like screenshot below. Solution…
Read more →
I want to become a better developer. Because of that, I accept a challenge in https://www.hackingwithswift.com/100 , to learn more than I know. With this challenge, …
Read more →