My Error Code List
When work in a project get Errors and how I solve the errors in xcode, Pod, terminal, github, swift code and crash app will be here. 1. "Pod install" Error Chec…
Read more →
Build logs, short notes, and the things I work out in public before they turn into articles.
When work in a project get Errors and how I solve the errors in xcode, Pod, terminal, github, swift code and crash app will be here. 1. "Pod install" Error Chec…
Read more →
When use pod alamofire this difference setup `ParameterEncoding` to create serviceApi this print in debug area on xcode. (lldb) po URLEncoding.queryString ▿ URLEncoding …
Read more →This My list Git client app : 1. Git-Fork https://git-fork.com/ Platforms: Linux, Mac, Windows Price: Free / $49 License: Proprietary 2. Sourcetree https://www.sourcetreeapp…
Read more →Here example for check type object you don't what it is: ------------------------------------------------------------------------------------------------ var dataStrin…
Read more →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 →