9 Notes for me in April Swift 4.2
1. if you found an error like "Use of undeclared type 'UIColor' " error Use of undeclared type 'UIColor' , or Use of undeclared type 'UIC…
Read more →Build logs, short notes, and the things I work out in public before they turn into articles.
1. if you found an error like "Use of undeclared type 'UIColor' " error Use of undeclared type 'UIColor' , or Use of undeclared type 'UIC…
Read more →This example of how to combine attribute text and regex for change color and underline, you would like to match but quickly fetch only word. Now with regular expression…
Read more →
1. Create Rest API your own in GitHub -- create a new repo -- create new file restful API format JSON -- open file https://api.github.com/repos/username/yourrepo/conten…
Read more →
1. Error in debug area "this class is not key value coding-compliant for the key view." -Your view controller may have the wrong class in your xib, maybe have …
Read more →
I've recently changed apple ID and I've downloaded xCode on mac with another apple ID. this solution work forme To make the AppStore forget the old credentials w…
Read more →Example code QR code 1. Simple Generate QR Code // @IBAction func bAction(_ sender: Any) { // if let myString = textField.text { // // first // // // second /…
Read more →This example of navigation title to create a large title like appstore. In order to setup the large title in the navigation bar of this controller, a new property prefe…
Read more →
1. Fixed if setting zoomed in iOS if you have a problem io iOS (iPhone 6 and up )setting display zoomed and constraints, not center, you must use auto constraint layout…
Read more →