13 articles

📰 Dev.to · Avelyn Hyunjeong Choi

Articles from Dev.to · Avelyn Hyunjeong Choi · 13 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (11095) ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog
Maps with Swift II
Dev.to · Avelyn Hyunjeong Choi 2y ago
Maps with Swift II
In todays's blog, we will be extending our map application using CLLocationManagerDelegate. 1.Import...
Introduction to Maps with Swift
Dev.to · Avelyn Hyunjeong Choi 2y ago
Introduction to Maps with Swift
In this blog, I will be using two frameworks for locations, CoreLocation and MapKit. CoreLocation:...
Core Data with Table Views Part II
Dev.to · Avelyn Hyunjeong Choi 2y ago
Core Data with Table Views Part II
In this blog, I will try to extend the app we built in Part I by adding a search bar in the Main View...
Core Data with Table Views Part I
Dev.to · Avelyn Hyunjeong Choi 2y ago
Core Data with Table Views Part I
Core Data Stack Managed object Model(MOM): graphical representation of the data model used by...
Coding with Core Data in Xcode
Dev.to · Avelyn Hyunjeong Choi 2y ago
Coding with Core Data in Xcode
When do we need local device storage in iOS? for cache when you are not connected to the internet,...
How to use UIAlertController in Xcode
Dev.to · Avelyn Hyunjeong Choi 2y ago
How to use UIAlertController in Xcode
IOS provides two constant values: .alert .actionSheet .alert @IBAction func...
Create a constraint in xcode
Dev.to · Avelyn Hyunjeong Choi 2y ago
Create a constraint in xcode
How to add constraints How to remove constraints Vertical spacing between elements Create...
Data transfer between view controllers
Dev.to · Avelyn Hyunjeong Choi 2y ago
Data transfer between view controllers
1.Use segue between button and thirdVC check button is connected to thirdVC this method is called...
Create another view controller in Xcode
Dev.to · Avelyn Hyunjeong Choi 2y ago
Create another view controller in Xcode
1.+ > view controller > drag and drop it to main Now, we have empty view controller...