File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 60
60
" inGracePeriod" ,
61
61
" AppStore" ,
62
62
" AppGroup" ,
63
+ " ViewController" ,
63
64
" willAutoRenew" ,
64
65
" autoRenewPreference" ,
65
66
" expirationReason" ,
66
67
" workout" ,
68
+ " lifecycle" ,
67
69
" AppIconBuilder" ,
68
70
" AppsSearchService" ,
69
71
" AnyObject" ,
Original file line number Diff line number Diff line change 103
103
],
104
104
"updated_date" : " 14.02.2022" ,
105
105
"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"
106
123
}
107
124
}
You can’t perform that action at this time.
0 commit comments