1. UIView Life Cycle
UIView ==> View, TableView, StackView, UITextView more
SubView ==> UILabel, UIButton, UITextField more
UIView Auto Layout life cycle
Steps overview ==> Init ---> 1. Update ----> 2. Layout -----> 3. Render
Mobile apps Development iOS (iphone ipad ) for objective and Swift programming
1. UIView Life Cycle
UIView ==> View, TableView, StackView, UITextView more
SubView ==> UILabel, UIButton, UITextField more
Steps overview ==> Init ---> 1. Update ----> 2. Layout -----> 3. Render
Comments
Post a Comment