9 Notes in September Swift 5.1
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 →
Build logs, short notes, and the things I work out in public before they turn into articles.
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 →
Is there any way to get progress from dataURL in swift while the data is downloading, following this step 1. Create progress view, label and button in XIB file or storyb…
Read more →
1. How to disable right Bar Button Item This ex : //for disable self.navigationItem.rightBarButtonItem?.isEnabled = true //for enable self.navigationItem.rightBarButto…
Read more →