Update README.md

This commit is contained in:
Jungpyo Hong 2021-06-03 15:22:19 -05:00 committed by GitHub
parent 8380e88b00
commit fbe8c5683d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -243,6 +243,10 @@ MVVM patterns stand for Model - View - ViewModel
### Design Tools
- [DetailsPro](https://detailspro.app) You can design with SwiftUI free 👍
<p align="right">
<a href="#-content">Back to Content</a>
</p>
## Helper
All files are resuable files and protocol oriented. **Just Copy and Paste inside your project and use it!!** 👍
@ -443,6 +447,10 @@ Good To GO 👏👏👏
Currently Working
<p align="right">
<a href="#-content">Back to Content</a>
</p>
## API
API(Application Programming Interface) is an interface that defines interactions between multiple software applications or mixed hardware-software intermediaries. It defines the kinds of calls or requests that can be made, how to make them, the data formats that should be used, the conventions to follow, etc.
@ -660,6 +668,10 @@ let defaults = UserDefaults.standard
**You are GOOD TO GO** 👏👏👏
<p align="right">
<a href="#-content">Back to Content</a>
</p>
## Keychain
[Keychain raywenderlich](https://www.raywenderlich.com/9240-keychain-services-api-tutorial-for-passwords-in-swift)
@ -1026,7 +1038,9 @@ Functional Reactive Programming
[RxSwift raywenderlich](https://www.raywenderlich.com/books/rxswift-reactive-programming-with-swift/v4.0)
[RxSwift](https://github.com/ReactiveX/RxSwift) - Github Repository
<p align="right">
<a href="#-content">Back to Content</a>
</p>
## Combine
@ -1045,6 +1059,10 @@ Check below for more detail about iOS Security as well as Application security
- [Apple Developer Doc about Security](https://developer.apple.com/documentation/security)
- [iOS App Security: Best Practices](https://quickbirdstudios.com/blog/ios-app-security-best-practices/)
<p align="right">
<a href="#-content">Back to Content</a>
</p>
## Checklist For App Security
- [ ] Keychain For Sensitive Data Storage
@ -1084,6 +1102,12 @@ Find your common error here
## Useful Stuff
I listed some of the useful & interesting stuff related with Swift
<p align="right">
<a href="#-content">Back to Content</a>
</p>
## How to submit your app to the AppStore
[Publishing to AppStore](https://codewithchris.com/submit-your-app-to-the-app-store/#apple-developer-program)
@ -1179,6 +1203,10 @@ And then
For More Info, visit [here](https://www.raywenderlich.com/19998365-understanding-and-managing-xcode-space)
<p align="right">
<a href="#-content">Back to Content</a>
</p>
## Roadmap for iOS Developer
check this out [here](https://github.com/BohdanOrlov/iOS-Developer-Roadmap)
@ -1191,6 +1219,10 @@ Check [this](https://www.twilio.com/blog/2017/06/adding-vim-keybindings-to-xcode
[This](https://medium.com/@saumya.ranjan/how-to-write-a-readme-md-file-markdown-file-20cb7cbcd6f) will help you to write a README.md file more dynamically 👍
<p align="right">
<a href="#-content">Back to Content</a>
</p>
## ❤ Supporters
### ⭐ Stargazers
@ -1211,3 +1243,8 @@ Check [this](https://www.twilio.com/blog/2017/06/adding-vim-keybindings-to-xcode
This README.md file is written by **Jungpyo Hong (Dennis)**
email: ghdwjdvy96@gmail.com
<p align="right">
<a href="#-content">Back to Content</a>
</p>