Introduction
I decided to put together a library of different features / functions of iOS development that I can easily call upon when needed. This is collection of various bitesized projects that can be referred to when building iOS apps.
These code snippets were made using Swift 5 with Storyboards and support iOS 12 and iOS 13.
What’s included?
- Unit testing in iOS
- Adding Touch ID and Face ID to an app
- Adding a basic notification centre widget to an app
- Opening a link in Safari
- Using Core Data to save and retrieve data to and from memory
- Get the users location (coordinates)
- How to parse a JSON feed
- How to play audio
- Implementing the shake gesture in iOS
- How to show the users location on a map
- Navigation with storyboards
- Creating a basic table view
- Calling upon the systems share sheet
- Using custom transition to call a view controller
- How to retrieve data from an SQL database using a PHP script
- Get the number of steps a user has taken