How to Write Good commit
I found a great article how to improve my commit in medium, check this link https://betterprogramming.pub/write-better-git-commit-messages-to-increase-your-productivity-…
Read more →Build logs, short notes, and the things I work out in public before they turn into articles.
I found a great article how to improve my commit in medium, check this link https://betterprogramming.pub/write-better-git-commit-messages-to-increase-your-productivity-…
Read more →This list fixing warning 1. 'keyWindow' was deprecated in iOS 13.0: Should not be used for applications that support multiple scenes as it returns a key window ac…
Read more →This how I cancel last commit when it already push on gitlab, there a couple solution but this work for me , and follow this step for fixing. First Step Reset to <commi…
Read more →1. Diffrence Color each of characters This code to select different color in one label @IBOutlet weak var label: UILabel! ... // diff color in character …
Read more →
1. Cannot assign to property: 'parameters' is get-only property to fixing that error add "set" after {get} //Before var parameters: [String: Any]? { get…
Read more →
1. *** Terminating app due to uncaught exception 'NSUnknownKeyException' when you find this crash below it mean in xib file has error outlet, to fixiing that chec…
Read more →