簡單的來說就是為了方便查找和導航代碼用的。
#pragma mark Life Cycle
- (void)viewDidLoad {
[super viewDidLoad];
// Do any additional setup after loading the view.
if (NEW_PASSWORD == self.sourceType || FORGET_PASSWORD == self.sourceType) {
[self initNewPasswordView];
}
else{
[self initChangePasswordView];
}
}
#pragma mark - Life Cycle
