This commit is contained in:
lianxiang
2018-09-06 21:19:50 +08:00
parent 17d4481f2c
commit 0f09748cc8
69 changed files with 966 additions and 439 deletions
@@ -31,11 +31,11 @@
@implementation GiGaRegistViewController
- (void)viewDidLoad {
[super viewDidLoad];
//self.title = @"注册";
[self addNavTitile:@"注册"];
//[self addNavTitile:@"注册"];
_time = 60;
// Do any additional setup after loading the view from its nib.
[self confirmUI];
@@ -44,6 +44,12 @@
[self.checkBtn addTarget:self action:@selector(checkBtnAction:) forControlEvents:UIControlEventTouchUpInside];
}
-(void)viewDidAppear:(BOOL)animated{
[super viewDidAppear:animated];
}
-(void)dealloc{
if (_timer) {
[_timer unfireTimer];