fixed:设备连接页面适配
This commit is contained in:
@@ -43,7 +43,6 @@
|
||||
#define BMKMAP_APPKEY @"wYcF3YXqeepKfzruExLPn0eS"
|
||||
//#import <BaiduMapAPI_Map/BMKMapComponent.h>
|
||||
#import "Socketsingleton.h"
|
||||
#import "CenterViewController.h"
|
||||
#import <UMCommunitySDK/UMCommunitySDK.h>
|
||||
#import <UMCommunitySDK/UMComSession.h>
|
||||
#import <UMSocialCore/UMSocialCore.h>
|
||||
|
||||
@@ -96,13 +96,12 @@
|
||||
//self.navigationBar.alpha=0;
|
||||
self.view.backgroundColor=COLOR_MIAN;
|
||||
[self creatTableView];
|
||||
return;
|
||||
// [self initUI];
|
||||
// [self fishTankData];
|
||||
//
|
||||
// [self creatMyindicaterView];
|
||||
// [self notBindDeviceState];
|
||||
// [self creatRefreshView];
|
||||
[self initUI];
|
||||
[self fishTankData];
|
||||
|
||||
[self creatMyindicaterView];
|
||||
[self notBindDeviceState];
|
||||
[self creatRefreshView];
|
||||
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -114,7 +114,7 @@
|
||||
for (int i = 0; i < 3; i ++) {
|
||||
|
||||
self.button = [[UIButton alloc] init] ;
|
||||
self.button.frame = CGRectMake(btnControlPlace +i*(btnControlPlace + btnControlWith),kScreenSize.height - 3*btnControlPlace - 2 *btnControlWith -10 - 10 , btnControlWith, btnControlWith +11);
|
||||
self.button.frame = CGRectMake(btnControlPlace +i*(btnControlPlace + btnControlWith),kScreenSize.height - 3*btnControlPlace - 2 *btnControlWith -(is_iPhone_X?0:20) , btnControlWith, btnControlWith +11);
|
||||
|
||||
[self.button setImage:[UIImage imageNamed:nameArr[i]] forState:UIControlStateNormal];
|
||||
//self.button.backgroundColor = [UIColor redColor];
|
||||
|
||||
@@ -41,7 +41,6 @@
|
||||
#import "IfishAlibcWebViewController.h"
|
||||
#import "MBProgressHUD.h"
|
||||
#import "NTESSessionListViewController.h"
|
||||
#import "RunSun84biteCenterViewController.h"
|
||||
#import "RunSunChangeNameViewController.h"
|
||||
|
||||
@interface IfishDeviceViewController ()<UITableViewDelegate,UITableViewDataSource,LxPopViewDelegate,ShopTtemListDelegate,NIMSystemNotificationManagerDelegate,NIMConversationManagerDelegate>
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
#import "SelectDeviceViewController.h"
|
||||
#import "FirstConnectWifiController.h"
|
||||
#import "LeftViewController.h"
|
||||
#import "CenterViewController.h"
|
||||
#import "ICSDrawerController.h"
|
||||
#import "YooseConnectFirstViewController.h"
|
||||
#import "IfishMianTabViewController.h"
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
#import "ChangeSecretCodeController.h"
|
||||
#import "AboutUsViewController.h"
|
||||
//#import "LeftViewController.h"
|
||||
//#import "CenterViewController.h"
|
||||
#import "RegistViewController.h"
|
||||
#import "AppDelegate.h"
|
||||
#import "LogInViewController.h"
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
#import "AFNetworking.h"
|
||||
#import "MyMD5.h"
|
||||
#import "LeftViewController.h"
|
||||
#import "CenterViewController.h"
|
||||
#import "RightViewController.h"
|
||||
#import "AgreementViewController.h"
|
||||
#import "MyIntroductionViewController.h"
|
||||
|
||||
Reference in New Issue
Block a user