mirror of
https://github.com/jphong1111/awesome-ios-developer.git
synced 2025-02-10 19:13:08 +07:00
update view life cycle
This commit is contained in:
parent
8c16aeac1f
commit
e7f2296ec2
15
README.md
15
README.md
@ -20,6 +20,7 @@ Feel free to fork this repository and pull requests!!
|
||||
- [Coding Convention](#Coding-convention)
|
||||
- [Swift Lint](#Swift-lint)
|
||||
- [App Life Cycle](#app-life-cycle)
|
||||
- [View Life Cycle](#view-life-cycle)
|
||||
- [Design Pattern](#Design-Pattern)
|
||||
- [Adaptor](#Adaptor)
|
||||
- [Delegation](#Delegation)
|
||||
@ -191,6 +192,9 @@ put .yml file into root folder and apply following code in Build Phases
|
||||
|
||||
|
||||
|
||||
<p align="right">
|
||||
<a href="#-content">Back to Content</a>
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
@ -199,6 +203,9 @@ put .yml file into root folder and apply following code in Build Phases
|
||||
|
||||
|
||||
|
||||
## View Life Cycle
|
||||
|
||||
[iOS View Controller Life Cycle](https://medium.com/good-morning-swift/ios-view-controller-life-cycle-2a0f02e74ff5)
|
||||
|
||||
|
||||
|
||||
@ -206,6 +213,14 @@ put .yml file into root folder and apply following code in Build Phases
|
||||
|
||||
|
||||
|
||||
<p align="right">
|
||||
<a href="#-content">Back to Content</a>
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## Design Pattern
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user