Skip to content

Commit eec41a2

Browse files
committed
Update meta.
1 parent 13de17c commit eec41a2

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.yaspellerrc.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,12 @@
6060
"inGracePeriod",
6161
"AppStore",
6262
"AppGroup",
63+
"ViewController",
6364
"willAutoRenew",
6465
"autoRenewPreference",
6566
"expirationReason",
6667
"workout",
68+
"lifecycle",
6769
"AppIconBuilder",
6870
"AppsSearchService",
6971
"AnyObject",

en/meta/articles.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,22 @@
103103
],
104104
"updated_date" : "14.02.2022",
105105
"added_date" : "14.02.2022"
106+
},
107+
"uiviewcontroller-lifecycle" : {
108+
"title" : "Lifecycle UIViewController",
109+
"description" : "See when controller methods are called and what you can do inside them. When to customize views and data.",
110+
"category" : "uikit",
111+
"author" : "ivanvorobei",
112+
"translator": "wmorgue",
113+
"keywords" : [
114+
"UIKit",
115+
"UIViewController",
116+
"viewDidAppear",
117+
"viewDidLoad",
118+
"lifecycle uiviewcontroller",
119+
"lifecycle uiview"
120+
],
121+
"updated_date" : "15.02.2022",
122+
"added_date" : "15.02.2022"
106123
}
107124
}

0 commit comments

Comments
 (0)