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 →Build logs, short notes, and the things I work out in public before they turn into articles.
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 →
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 →
1. Use setting attributes UiImage Follow this image step by step - In image Assets.xcassets select your image - show tab attributes inspector - change default to templa…
Read more →
Now is September (wake me up when September ends 😋 ), this note for this month 1. Set UIView height equal safe Area self.titleViewHeight.constant = view.safeAreaInsets…
Read more →