iOS
Instagram Clone (SwiftUI)
10 min
download an instagram clone app template (swiftui) introduction in this tutorial you learn how to get started with an xcode template and get an instagram clone app in a few quick steps tutorial you can find a series of step by step blog posts about this template here part 1 an instagram clone using swiftui and graphql https //blog back4app com/2019/08/27/instagram clone/ part 2 an instagram clone using swiftui and graphql – login https //blog back4app com/2019/09/03/swift instagram clone/ part 3 an instagram clone using swiftui and graphql – profileview https //blog back4app com/2019/09/16/instagram clone profile/ part 4 instagram clone app using swiftui and graphql – homeview https //blog back4app com/2019/09/26/instagram clone homeview/ prerequisites to complete this quickstart, you need xcode11 or above an app created at back4app follow the new parse app tutorial to learn how to create a parse app at back4app cocoapods installed in your mac 1 get the template download the template at back4app’s github repository , and unzip files in your project folder you can do that using the following command line 2 install the cocoapods dependencies open your terminal navigate to the project’s folder run this command pod install pod install wait for the process to complete 3 open the project template open xcode click on file >open file >open 3\ navigate to the project folder and double click on back4gram xcworkspace back4gram xcworkspace 4\ wait for xcode to open the project 4 setup app’s credentials update your app delegate’s parse client configuration values to set up the app’s credentials parse ios sdk uses these settings to connect to the back4app servers open your app delegate file /back4gram/appdelegate swift /back4gram/appdelegate swift go to your app dashboard at back4app website navigate to app’s settings click on features features > core settings core settings block > server server return to your appdelegate swift appdelegate swift file and paste your applicationid applicationid and clientkey clientkey see more at our new parse app guide 5 test your connection build your app in a device or simulator ( command command + r r ) wait until the back4gram back4gram screen appears next steps at this point, you have your back4gram copy working with your back4app app learn more by walking around our ios tutorials or check parse open source documentation for ios sdk