9 Notes in October 2019
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 →
Build logs, short notes, and the things I work out in public before they turn into articles.
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 →
This example For open map iPhone from project app swift 5.1, this example user input textfield for by longitude, latitude & place name. check this full code in belo…
Read more →1. How to Unhide files on Mac via Finder ~ defaults write com.apple.Finder AppleShowAllFiles true ~ killall Finder ttps://setapp.com/how-to/show-hidden-files-on-mac if want…
Read more →
A. Writing And Reading Core Data 1. Create Core data existing project, follow this step - create a new data model - Add a new entity and name Entity (ex: FriendEntity -&…
Read more →
1. Standard (For - In Loop) Such as items in an array, ranges of numbers, or characters in a string. this example for - in loop let items = [1, 2, 3, 4, 6, 7, 14] for it…
Read more →Click this link: Float UIButton Try this code in file swift or playground, this full code import UIKit class ViewController: UIViewController { override func vi…
Read more →If you search on internet How to fix data from TextEdit your missing data in mac and you want to get back data before. you can use time machine follow this step below: 1…
Read more →