features:新绚多页面&设置页面&修改名字页面
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#import "BaseVIewContorller.h"
|
||||
#import "DeviceModel.h"
|
||||
@interface CreatErWeiMaController : BaseVIewContorller
|
||||
@property (assign, nonatomic) BOOL isNewdevice;
|
||||
@property (weak, nonatomic) IBOutlet UIView *erBackView;
|
||||
@property (weak, nonatomic) IBOutlet UIImageView *erWeiMaView;
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
#import "CreatErWeiMaController.h"
|
||||
#import "QRCodeGenerator.h"
|
||||
#import "DeviceModel.h"
|
||||
#import "UINavigationBar+Background.h"
|
||||
@interface CreatErWeiMaController ()
|
||||
@property(nonatomic,strong)NSArray*arry;
|
||||
@end
|
||||
@@ -25,7 +26,9 @@
|
||||
self.view.backgroundColor=COLOR_MIAN;
|
||||
[self creatEr];
|
||||
[self.view bringSubviewToFront:self.erWeiMaView];
|
||||
|
||||
if (_isNewdevice) {
|
||||
[self.navigationController.navigationBar resetBackgroundImage];
|
||||
}
|
||||
}
|
||||
-(void)creatEr{
|
||||
// NSUserDefaults*userfult=[NSUserDefaults standardUserDefaults];
|
||||
|
||||
Reference in New Issue
Block a user