From bfd731df0b3ca7e2ac3cbf42d2e56ebc670d87dc Mon Sep 17 00:00:00 2001 From: Anna Wijetunga <56567550+AnnaWijetunga@users.noreply.github.com> Date: Tue, 13 Aug 2024 12:18:40 -0400 Subject: [PATCH] Update README.md with iOS tools --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 3bb5fece..320b085a 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ Throughout this list you'll see next to each resource and emoji. Here's what eac - [GraphQL](#graphql) - [HTML](#html) - [Ionic](#ionic) +- [iOS](#iOS) - [Java](#java) - [Javascript](#javascript) - [Kubernetes](#kubernetes) @@ -759,6 +760,19 @@ Throughout this list you'll see next to each resource and emoji. Here's what eac **[⬆ Back to Index](#content)** +## iOS + +- :wrench: [App Distribution and Crashlytics](https://firebase.google.com/) +- :wrench: [Lints and auto-corrects Swift code](https://github.com/realm/SwiftLint) +- :wrench: [Spinner and progress huds while waiting for network requests](https://github.com/relatedcode/ProgressHUD) +- :wrench: [Make it easy to work with a built-in keychain](https://github.com/kishikawakatsumi/UICKeyChainStore) +- :wrench: [Async image loading](https://cocoapods.org/pods/SDWebImage) +- :wrench: [Easy handling of JWT tokens](https://github.com/auth0/JWTDecode.swift) + +--- + +**[⬆ Back to Index](#content)** + ## Java - :books: [Learn Java - Free Interactive Java Tutorial](https://www.learnjavaonline.org/)