9 #import <UIKit/UIKit.h>
15 - (void)viewWillAppear:(BOOL)animated;
16 - (void)viewDidAppear:(BOOL)animated;
17 - (void)viewWillDisappear:(BOOL)animated;
18 - (void)viewDidDisappear:(BOOL)animated;
30 @property(nonatomic, strong) UIView<UIAViewLifeCycle> *
view;
Definition: UIAViewController.h:11
UIView with refined lifecycle. (testing)
Definition: UIAViewController.h:28
void didReceiveMemoryWarning()
UIView< UIAViewLifeCycle > * view
Definition: UIAViewController.h:30