forked from mirrors/linphone-iphone
fix namelabel disappeared
This commit is contained in:
parent
fb0818cf75
commit
9baabe0735
1 changed files with 2 additions and 2 deletions
|
|
@ -152,7 +152,7 @@
|
|||
NSArray * arr =[[NSBundle mainBundle] loadNibNamed:@"LaunchScreen" owner:nil options:nil];
|
||||
LaunchScreen * customView = [arr firstObject];
|
||||
customView.frame = self.view.frame;
|
||||
customView.tag = 100;
|
||||
customView.tag = 999;
|
||||
[self.view addSubview:customView];
|
||||
}
|
||||
|
||||
|
|
@ -687,7 +687,7 @@
|
|||
[_sideMenuViewController viewDidDisappear:YES];
|
||||
}
|
||||
// Dealloc old view description
|
||||
UIView *viewToRemove = [self.view viewWithTag:100];
|
||||
UIView *viewToRemove = [self.view viewWithTag:999];
|
||||
[viewToRemove removeFromSuperview];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue