-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Instagram Clone in SwiftUI | ||
|
||
[Apple](https://www.apple.com/) has just released its new programming language called [SwiftUI](https://developer.apple.com/xcode/swiftui/) and keeping the commitment to deliver high compatibility, high manutenability and easier development, we created this Template so you can learn how to use the new language along with [GraphQL](https://graphql.org/) to achieve your goals. | ||
|
||
This application mimics the basic operations of [Instagram](https://instagram.com), while using Parse resources to make everything easier. | ||
|
||
# Learn it from scratch! | ||
|
||
We also created a series of [Blog Posts](https://blog.back4app.com/) to help you learn how to develop this template yourself. | ||
Those posts go in detail on how to crate the UI structures, call GraphQL quries and Mutations and bind everything together. | ||
|
||
Here are the chapters: | ||
- [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/) | ||
|
||
We also have [Full Documentation](https://www.back4app.com/docs/ios/instagram-clone-download) in our [Docs section](https://www.back4app.com/docs/). | ||
|
||
# Download the XCode Template | ||
|
||
The full code in [SwiftUI](https://developer.apple.com/xcode/swiftui/) is available in our [Github Repository](https://github.com/back4app/Back4Gram) so you can download and use for free. | ||
|
||
# Start without effort | ||
|
||
Do you want a quick start? | ||
Clone this App from our [Hub](https://www.back4app.com/database/back4app/instagram-clone-swiftui) and start using it without any hassles! |