Updated 3 April 2025 – An update to this app is found here: Setting up Parse Server for your iPhone App
Since writing this article, Parse.com shut down in 2017 and the project was open-sourced and became available as Parse Server that you can install your own instance of on your own server.
I created a short tutorial showing how to setup Parse Server in Docker Desktop that you can follow, and then show how you can connect an iOS app to it. See link above.
[Read more…]
The MKUserLocation is a class that is used to create an annotation for the users current location. This particular class is responsible for the blue dot you see on the screenshot to the left. Although I call it a blue dot, it is actually a type of annotation specifically used for the current location of the device.
The result would be what you see to the right.
To begin with, create a new project in Xcode and choose a Single View Application. If you are not sure how to do this, take a look at my post called