ChatMsgListVC.m 71 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622
  1. //
  2. // ChatMsgListVC.m
  3. // smartRhino
  4. //
  5. // Created by armin on 2019/11/2.
  6. // Copyright © 2019 tederen. All rights reserved.
  7. //
  8. #import "ChatMsgListVC.h"
  9. #import "ChatMsgListCell.h"
  10. #import "GHRefreshCollectionView.h"
  11. #import "ChatMsgCollectionCell.h"
  12. #import "YCMenuView.h"
  13. #import "ChatMsgTopSearchVC.h"
  14. #import "WorkingGroupMainVC.h"
  15. #import "ShowNewGroupAlert.h"
  16. #import "ChatMsgNoticeVC.h"
  17. #import "MoreAppVC.h"
  18. #import "ChatNewGroupVC.h"
  19. #import "NoticeUnreadVC.h"
  20. #import "MailListVC.h"
  21. #import "EMChatViewController.h"
  22. #import "TDInterLeterHomeViewController.h"
  23. #import "EMRealtimeSearch.h"
  24. #import "EMConversationHelper.h"
  25. #import "MoreAppModel.h"
  26. #import "NavigationController.h"
  27. #import "TabBarController.h"
  28. #import "MyTDGroupViewController.h"
  29. #import "WaitWorkVC.h"
  30. #import "ChatMsgWorkModel.h"
  31. #import "MyTDTopicViewController.h"
  32. #import "TDInterLeterHomeViewController.h"
  33. #import "ChatListMoveVC.h"
  34. #import "NSDate+Extension.h"
  35. #import "SWQRCodeConfig.h"
  36. #import "SWQRCodeViewController.h"
  37. #import "MailListDetailVC.h"
  38. #import "ChatJoinGroupVC.h"
  39. #import "TDQrJoinVC.h"
  40. #import "MyTDGroupView.h"
  41. #import "ChatTestingVC.h"
  42. #import "ReplayMeVC.h"
  43. static NSString *kConversation_IsRead = @"kHaveAtMessage";
  44. static int kConversation_AtYou = 1;
  45. static int kConversation_AtAll = 2;
  46. @interface ChatMsgListVC ()<UITableViewDelegate,UITableViewDataSource,UICollectionViewDelegate,UICollectionViewDataSource,EMChatManagerDelegate, EMGroupManagerDelegate, EMConversationsDelegate,SWQRCodeViewControllerDelegate>
  47. @property (weak,nonatomic) IBOutlet UIButton *operationBackButton;
  48. @property (weak,nonatomic) IBOutlet UIButton *operationAllSelectButton;
  49. @property (weak, nonatomic) IBOutlet UILabel *titleL;
  50. @property (weak, nonatomic) IBOutlet UIButton *menuBtn;
  51. @property (weak,nonatomic) IBOutlet UIButton *rightButton;
  52. @property (weak, nonatomic) IBOutlet UIView *HeadView;
  53. @property (strong,nonatomic) UITableView *tableView;
  54. //菜单列表数据源
  55. @property (strong,nonatomic) NSMutableArray *taskActionArray;
  56. @property (strong, nonatomic) MyTDGroupView *SearchView;
  57. @property (nonatomic, strong) GHRefreshCollectionView *collectionView;
  58. @property (strong,nonatomic) NSMutableArray *collectionDataSource;
  59. @property (weak, nonatomic) IBOutlet NSLayoutConstraint *searchConstant;
  60. //界面操作状态参数
  61. @property (assign,nonatomic) OperationStateEnum operationStateEnum;
  62. @property (weak, nonatomic) IBOutlet UIView *NavBar;
  63. //界面操作视图
  64. @property (strong,nonatomic) UIButton *operationBottomDeleteBtn;
  65. @property (strong,nonatomic) UIButton *operationBottomMoveBtn;
  66. @property (strong,nonatomic) UIView *operationBottomBgView;
  67. @property (strong,nonatomic) NSMutableArray *dataArray;
  68. @property (strong,nonatomic) NSMutableArray *chatListIMArray;
  69. @property (strong,nonatomic) NSMutableArray *selectArray;
  70. @property (assign,nonatomic) NSInteger countUnredNum;
  71. @property (assign,nonatomic) NSInteger noticeNum;
  72. @property (assign,nonatomic) NSInteger missiveNum;
  73. @property (assign,nonatomic) NSInteger waitNum;
  74. @property (assign,nonatomic) BOOL isAllselect;
  75. @end
  76. @implementation ChatMsgListVC
  77. +(ChatMsgListVC *)initChatMsgListVC{
  78. ChatMsgListVC *controller = [StoryboardManager.shared.chatMsg instantiateViewControllerWithIdentifier:@"ChatMsgListVC"];
  79. return controller;
  80. }
  81. - (void)viewWillAppear:(BOOL)animated{
  82. [super viewWillAppear:animated];
  83. [self headRefresh];
  84. }
  85. - (void)addTableRefresh
  86. {
  87. WS(weakSelf);
  88. self.tableView.mj_header = [MJRefreshNormalHeader headerWithRefreshingBlock:^{
  89. [weakSelf headRefresh];
  90. }];
  91. }
  92. - (void)removeTableRefresh
  93. {
  94. [self.tableView.mj_header removeFromSuperview];
  95. }
  96. - (void)headRefresh{
  97. [self.chatListIMArray removeAllObjects];
  98. [self getUnreadCount];
  99. }
  100. - (UITableView *)tableView
  101. {
  102. if (!_tableView) {
  103. _tableView = [[UITableView alloc] initWithFrame:CGRectZero style:UITableViewStylePlain];
  104. _tableView.separatorStyle = UITableViewCellSeparatorStyleNone;
  105. }
  106. return _tableView;
  107. }
  108. - (void)getUnreadCount
  109. {
  110. WS(weakSelf);
  111. [[HttpManager sharedHttpManager] GETUrl:Host(API_APP_User_User_Uread_Count) parameters:@{} responseStyle:JOSN success:^(id _Nonnull responseObject) {
  112. weakSelf.noticeNum = [responseObject[@"noticeCount"] integerValue];
  113. weakSelf.missiveNum = [responseObject[@"missiveCount"] integerValue];
  114. weakSelf.waitNum = [responseObject[@"WaitHandleUFinishCount"] integerValue];
  115. dispatch_async(dispatch_get_main_queue(), ^{
  116. [weakSelf initCollectionData];
  117. [weakSelf initChatMsgIMData];
  118. });
  119. } failure:^(NSError * _Nonnull error) {
  120. dispatch_async(dispatch_get_main_queue(), ^{
  121. [weakSelf initCollectionData];
  122. [weakSelf initChatMsgIMData];
  123. });
  124. }];
  125. }
  126. - (void)conversationListDidUpdate:(NSArray *)aConversationList
  127. {
  128. [self _loadAllConversationsFromDBWithIsShowHud:NO];
  129. }
  130. - (void)messagesDidReceive:(NSArray *)aMessages
  131. {
  132. [self performSelector:@selector(getUnreadCount) withObject:nil afterDelay:0.8];
  133. }
  134. - (void)_reSortedConversationModelsAndReloadView
  135. {
  136. NSArray *sorted = [self.dataArray sortedArrayUsingComparator:^(EMConversationModel *obj1, EMConversationModel *obj2) {
  137. EMMessage *message1 = [obj1.emModel latestMessage];
  138. EMMessage *message2 = [obj2.emModel latestMessage];
  139. if(message1.timestamp > message2.timestamp) {
  140. return(NSComparisonResult)NSOrderedAscending;
  141. } else {
  142. return(NSComparisonResult)NSOrderedDescending;
  143. }}];
  144. NSMutableArray *conversationModels = [NSMutableArray array];
  145. for (EMConversationModel *model in sorted) {
  146. if (!model.emModel.latestMessage) {
  147. [EMClient.sharedClient.chatManager deleteConversation:model.emModel.conversationId
  148. isDeleteMessages:NO
  149. completion:nil];
  150. continue;
  151. }
  152. [conversationModels addObject:model];
  153. }
  154. [self.dataArray removeAllObjects];
  155. [self.dataArray addObjectsFromArray:conversationModels];
  156. [self replaceChatData];
  157. }
  158. - (void)_loadAllConversationsFromDBWithIsShowHud:(BOOL)aIsShowHUD
  159. {
  160. __weak typeof(self) weakself = self;
  161. dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
  162. NSArray *conversations = [[EMClient sharedClient].chatManager getAllConversations];
  163. NSArray *sorted = [conversations sortedArrayUsingComparator:^(EMConversation *obj1, EMConversation *obj2) {
  164. EMMessage *message1 = [obj1 latestMessage];
  165. EMMessage *message2 = [obj2 latestMessage];
  166. if(message1.timestamp > message2.timestamp) {
  167. return(NSComparisonResult)NSOrderedAscending;
  168. } else {
  169. return(NSComparisonResult)NSOrderedDescending;
  170. }}];
  171. [weakself.dataArray removeAllObjects];
  172. NSArray *models = [EMConversationHelper modelsFromEMConversations:sorted];
  173. [weakself.dataArray addObjectsFromArray:models];
  174. [weakself replaceChatData];
  175. });
  176. }
  177. #pragma mark - EMConversationsDelegate
  178. - (void)didConversationUnreadCountToZero:(EMConversationModel *)aConversation
  179. {
  180. [self replaceChatData];
  181. }
  182. - (void)didResortConversationsLatestMessage
  183. {
  184. [self _reSortedConversationModelsAndReloadView];
  185. }
  186. - (void)viewDidLoad {
  187. [super viewDidLoad];
  188. self.fd_prefersNavigationBarHidden = YES;
  189. self.view.backgroundColor = RGB(240, 239, 244);
  190. [self initBottomBgView];
  191. [self changeToOperation:NO];
  192. [[EMClient sharedClient].chatManager addDelegate:self delegateQueue:nil];
  193. [[EMClient sharedClient].groupManager addDelegate:self delegateQueue:nil];
  194. [[EMConversationHelper shared] addDelegate:self];
  195. // [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(handleGroupSubjectUpdated:) name:GROUP_SUBJECT_UPDATED object:nil];
  196. [self.HeadView addSubview:self.SearchView];
  197. [self.SearchView mas_makeConstraints:^(MASConstraintMaker *make) {
  198. make.top.mas_offset(6);
  199. make.left.right.mas_equalTo(self.HeadView);
  200. make.height.mas_offset(36);
  201. }];
  202. WS(weakSelf);
  203. [self.SearchView.button setAction:^{
  204. ChatMsgTopSearchVC *vc = [[ChatMsgTopSearchVC alloc] init];
  205. [weakSelf.navigationController pushViewController:vc animated:YES];
  206. }];
  207. if (@available(iOS 11.0, *)) {
  208. self.tableView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;
  209. } else {
  210. self.automaticallyAdjustsScrollViewInsets = NO;
  211. }
  212. [self.view addSubview:self.tableView];
  213. [self.tableView mas_makeConstraints:^(MASConstraintMaker *make) {
  214. make.left.right.mas_equalTo(self.view);
  215. make.top.mas_equalTo(self.HeadView.mas_bottom);
  216. if (@available(iOS 11.0, *)) {
  217. make.bottom.equalTo(self.view.mas_safeAreaLayoutGuideBottom);
  218. } else {
  219. make.bottom.equalTo(self.view.mas_bottom);
  220. }
  221. }];
  222. self.tableView.delegate = self;
  223. self.tableView.dataSource = self;
  224. self.tableView.backgroundColor = [UIColor clearColor];
  225. [self.operationBackButton setAction:^{
  226. if(weakSelf.operationStateEnum == OperationStateEnum1){
  227. [weakSelf changeSelectStatus];
  228. [weakSelf changeToOperation:NO];
  229. }else if (weakSelf.operationStateEnum == OperationStateEnum2){
  230. [weakSelf userDidMove:NO isEdit:YES];
  231. }else{
  232. [super backAction:self.operationBackButton];
  233. }
  234. }];
  235. [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(pushTDGroupController:) name:PUSHTDGROUPCOTROLLER object:nil];
  236. [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(pushEMChatViewController:) name:PUSHEMCHATVIEWCOTROLLER object:nil];
  237. // [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(pushSubViewController:) name:DRAWERPUSHVC object:nil];
  238. [self resetRightBtnAction:YES];
  239. }
  240. -(void)resetRightBtnAction:(BOOL)isShowMenu{
  241. WS(weakSelf);
  242. if(isShowMenu){
  243. [self.rightButton setImage:[UIImage imageNamed:@"chatmsg_right_add_icon"] forState:UIControlStateNormal];
  244. [self.rightButton setAction:^{
  245. NSMutableArray *menuDataSourceArray = [weakSelf getMenuDataSource:weakSelf.taskActionArray];
  246. YCMenuView *view = [YCMenuView menuWithActions:menuDataSourceArray width:106 relyonView:weakSelf.rightButton];
  247. view.menuColor = RGB(255, 255, 255);
  248. view.separatorColor = RGB(234, 234, 234);
  249. view.textColor = RGB(102, 102, 102);
  250. view.textFont = [UIFont systemFontOfSize:16.0];
  251. view.menuCellHeight = 43.5;
  252. view.maxDisplayCount = 10;
  253. view.offset = - 6;
  254. [view show];
  255. }];
  256. }else{
  257. // [self.rightButton setImage:[UIImage imageNamed:@"chatmsg_right_fileadd_icon"] forState:UIControlStateNormal];
  258. // [self.rightButton setAction:^{
  259. // [ShowtipTool showErrorWithStatus:@"未做"];
  260. // }];
  261. }
  262. }
  263. -(void)initCollectionData{
  264. [self.collectionDataSource removeAllObjects];
  265. id chatMenuDict = [[NSUserDefaults standardUserDefaults] objectForKey:CHATMENUBAR];
  266. NSMutableArray * commonArray = [NSMutableArray array];
  267. NSMutableArray * moreArray = [NSMutableArray array];
  268. NSMutableArray * array = [NSMutableArray array];
  269. if (![chatMenuDict isKindOfClass:[NSDictionary class]]) {
  270. for (int i= 0;i < 5; i++) {
  271. MoreAppInfoModel *model = [[MoreAppInfoModel alloc] init];
  272. switch (i) {
  273. case 0:{
  274. model.title = @"通知";
  275. model.imgName = @"chatmsg_tz_icon";
  276. model.notImgName = @"chatmsg_tz_hui_icon";
  277. model.type = ChatMenuNoticeType;
  278. model.readNum = 0;
  279. model.showEditFlag = NO;
  280. }break;
  281. case 1:{
  282. model.title = @"站内信";
  283. model.imgName = @"chatmsg_znx_icon";
  284. model.notImgName = @"chatmsg_tz_hui_icon";
  285. model.type = ChatMenuZhanXinType;
  286. model.readNum = 0;
  287. model.showEditFlag = YES;
  288. }break;
  289. case 2:{
  290. model.title = @"通讯录";
  291. model.imgName = @"chatmsg_txl_icon";
  292. model.notImgName = @"chatmsg_tz_hui_icon";
  293. model.type = ChatMenuTeleListType;
  294. model.readNum = 0;
  295. model.showEditFlag = YES;
  296. }break;
  297. case 3:{
  298. model.title = @"小组";
  299. model.imgName = @"chatmsg_xiaozu_icon";
  300. model.notImgName = @"chatmsg_tz_hui_icon";
  301. model.type = ChatMenuGroupType;
  302. model.readNum = 0;
  303. model.showEditFlag = YES;
  304. }break;
  305. case 4:{
  306. model.title = @"话题";
  307. model.imgName = @"chatmsg_ht_icon";
  308. model.notImgName = @"chatmsg_tz_hui_icon";
  309. model.type = ChatMenutopicType;
  310. model.readNum = 0;
  311. model.showEditFlag = YES;
  312. }break;
  313. default:
  314. break;
  315. }
  316. [array addObject:model];
  317. NSDictionary *json = [model modelToJSONObject];
  318. [commonArray addObject:json];
  319. }
  320. for (NSInteger j = 0; j < 1; j ++) {
  321. MoreAppInfoModel *model = [[MoreAppInfoModel alloc] init];
  322. model.title = @"待办事项";
  323. model.imgName = @"chatmsg_dbsx_icon";
  324. model.notImgName = @"chatmsg_tz_hui_icon";
  325. model.type = ChatMenuWaitType;
  326. model.readNum = 0;
  327. model.showEditFlag = YES;
  328. [moreArray addObject:[model modelToJSONObject]];
  329. }
  330. self.collectionDataSource = array;
  331. [[NSUserDefaults standardUserDefaults] setObject:@{@"common":[NSArray arrayWithArray:commonArray],@"more":[NSArray arrayWithArray:moreArray]} forKey:CHATMENUBAR];
  332. [[NSUserDefaults standardUserDefaults] synchronize];
  333. }else{
  334. NSArray * array = [chatMenuDict objectForKey:@"common"];
  335. for (NSDictionary * dict in array) {
  336. MoreAppInfoModel *model = [MoreAppInfoModel modelWithDictionary:dict];
  337. [self.collectionDataSource addObject:model];
  338. }
  339. }
  340. }
  341. -(void)initChatMsgIMData{
  342. [self.chatListIMArray removeAllObjects];
  343. ChatMsgListImModel * amodel = [[ChatMsgListImModel alloc] init];
  344. amodel.AttributeValue = 3;
  345. amodel.Name = @"通讯录";
  346. amodel.AvatarUrl = @"chat_phone_list";
  347. [self.chatListIMArray addObject:amodel];
  348. ChatMsgListImModel * bmodel = [[ChatMsgListImModel alloc] init];
  349. bmodel.AttributeValue = 4;
  350. bmodel.Name = @"验证信息";
  351. bmodel.AvatarUrl = @"chat_yan_message";
  352. [self.chatListIMArray addObject:bmodel];
  353. ChatMsgListImModel * cmodel = [[ChatMsgListImModel alloc] init];
  354. cmodel.AttributeValue = 5;
  355. cmodel.Name = @"回复我的";
  356. cmodel.AvatarUrl = @"chat_replay_me";
  357. [self.chatListIMArray addObject:cmodel];
  358. // @property (copy,nonatomic) NSString *AvatarUrl;
  359. // @property (copy,nonatomic) NSString *Name;
  360. // @property (copy,nonatomic) NSString *Phone;
  361. // @property (copy,nonatomic) NSString *FolderName;
  362. // @property (copy,nonatomic) NSAttributedString *ChatText;
  363. // @property (copy,nonatomic) NSString *ChatTime;
  364. // @property (copy,nonatomic) NSString *LastModifiedDate;
  365. // @property (assign,nonatomic) NSInteger redNum;
  366. // @property (assign,nonatomic) NSInteger UserId;
  367. // @property (assign,nonatomic) NSInteger ToUserId;
  368. // @property (assign,nonatomic) NSInteger ImId;
  369. // @property (assign,nonatomic) NSInteger Id;
  370. // @property (assign,nonatomic) ChatType ChatType;
  371. // @property (assign,nonatomic) MessageType MsgType;
  372. // @property (assign,nonatomic) BOOL IsTop;
  373. // @property (assign,nonatomic) BOOL isSelected;
  374. // @property (assign,nonatomic) BOOL IsDisturb;
  375. // @property (assign,nonatomic) NSInteger AttributeValue;
  376. WS(weakSelf);
  377. SHOWLOADING
  378. [[HttpManager sharedHttpManager] POSTUrl:Host(Often_Contact_List) parameters:@{@"IndividualGroupId":@(0)} responseStyle:JOSN success:^(id _Nonnull responseObject) {
  379. NSLog(@"%@",responseObject);
  380. REMOVESHOW
  381. [weakSelf.tableView.mj_header endRefreshing];
  382. if ([responseObject isKindOfClass:[NSArray class]]) {
  383. for (NSDictionary * dict in responseObject) {
  384. ChatMsgListImModel * model = [ChatMsgListImModel modelWithDictionary:dict];
  385. [weakSelf.chatListIMArray addObject:model];
  386. }
  387. }
  388. [weakSelf _loadAllConversationsFromDBWithIsShowHud:NO];
  389. } failure:^(NSError * _Nonnull error) {
  390. REMOVESHOW
  391. NSLog(@"%@",error);
  392. }];
  393. }
  394. - (NSString *)isNullWithString:(id)value
  395. {
  396. if ([value isKindOfClass:[NSNull class]]) {
  397. return @"";
  398. }else{
  399. if ([value isKindOfClass:[NSString class]]) {
  400. return value;
  401. }else{
  402. return [value stringValue];
  403. }
  404. }
  405. }
  406. //- (BOOL)hidesBottomBarWhenPushed{
  407. // return NO;
  408. //}
  409. //- (BOOL)tableView:(UITableView *)tableView canEditRowAtIndexPath:(nonnull NSIndexPath *)indexPath
  410. //{
  411. // return YES;
  412. //}
  413. //#pragma mark - 左滑按钮 iOS8以上
  414. #if __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_11_0
  415. - (UISwipeActionsConfiguration *)tableView:(UITableView *)tableView trailingSwipeActionsConfigurationForRowAtIndexPath:(NSIndexPath *)indexPath API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(tvos){// delete action
  416. WS(weakSelf);
  417. ChatMsgListImModel * model = weakSelf.chatListIMArray[indexPath.row];
  418. if(self.operationStateEnum == OperationStateEnum0){
  419. switch (model.AttributeValue) {
  420. case 2:
  421. {
  422. UIContextualAction *action1 = [UIContextualAction contextualActionWithStyle:UIContextualActionStyleNormal title:@"删除" handler:^(UIContextualAction * _Nonnull action,__kindof UIView * _Nonnull sourceView,void (^ _Nonnull completionHandler)(BOOL)) {
  423. completionHandler (YES);
  424. UIAlertController *alert = [UIAlertController alertControllerWithTitle:nil message:@"确认删除" preferredStyle:(UIAlertControllerStyleAlert)];
  425. UIAlertAction * sureAction = [UIAlertAction actionWithTitle:@"确定" style:UIAlertActionStyleDestructive handler:^(UIAlertAction * _Nonnull action) {
  426. [weakSelf chatListDelete:@[model].copy];
  427. }];
  428. UIAlertAction * cancelAction = [UIAlertAction actionWithTitle:@"取消" style:UIAlertActionStyleCancel handler:^(UIAlertAction * _Nonnull action) {
  429. }];
  430. [alert addAction:sureAction];
  431. [alert addAction:cancelAction];
  432. [weakSelf presentViewController:alert animated:YES completion:^{
  433. }];
  434. }];
  435. action1.backgroundColor = RGB(255, 59, 47);
  436. UIContextualAction *action2 = [UIContextualAction contextualActionWithStyle:UIContextualActionStyleNormal title:@"重命名" handler:^(UIContextualAction * _Nonnull action,__kindof UIView * _Nonnull sourceView,void (^ _Nonnull completionHandler)(BOOL)) {
  437. completionHandler (NO);
  438. [weakSelf workGroupReName:model];
  439. }];
  440. action2.backgroundColor = RGB(255, 149, 3);
  441. UIContextualAction *action3 = [UIContextualAction contextualActionWithStyle:UIContextualActionStyleNormal title:model.IsTop ? @"取消置顶" : @"置顶" handler:^(UIContextualAction * _Nonnull action,__kindof UIView * _Nonnull sourceView,void (^ _Nonnull completionHandler)(BOOL)) {
  442. completionHandler (YES);
  443. [weakSelf chatListIsTop:model];
  444. }];
  445. action3.backgroundColor = RGB(197, 201, 204);
  446. UISwipeActionsConfiguration *actions = [UISwipeActionsConfiguration configurationWithActions:@[action1, action2, action3]];
  447. actions.performsFirstActionWithFullSwipe = NO;
  448. return actions;
  449. }
  450. break;
  451. case 0:
  452. {
  453. UIContextualAction *action1 = [UIContextualAction contextualActionWithStyle:UIContextualActionStyleNormal title:@"删除" handler:^(UIContextualAction * _Nonnull action,__kindof UIView * _Nonnull sourceView,void (^ _Nonnull completionHandler)(BOOL)) {
  454. completionHandler (YES);
  455. UIAlertController *alert = [UIAlertController alertControllerWithTitle:nil message:@"确认删除" preferredStyle:(UIAlertControllerStyleAlert)];
  456. UIAlertAction * sureAction = [UIAlertAction actionWithTitle:@"确定" style:UIAlertActionStyleDestructive handler:^(UIAlertAction * _Nonnull action) {
  457. [weakSelf chatListDelete:[NSMutableArray arrayWithArray:@[model]]];
  458. }];
  459. UIAlertAction * cancelAction = [UIAlertAction actionWithTitle:@"取消" style:UIAlertActionStyleCancel handler:^(UIAlertAction * _Nonnull action) {
  460. }];
  461. [alert addAction:sureAction];
  462. [alert addAction:cancelAction];
  463. [weakSelf presentViewController:alert animated:YES completion:^{
  464. }];
  465. }];
  466. action1.backgroundColor = RGB(255, 59, 47);
  467. UIContextualAction *action2 = [UIContextualAction contextualActionWithStyle:UIContextualActionStyleNormal title:@"移动" handler:^(UIContextualAction * _Nonnull action,__kindof UIView * _Nonnull sourceView,void (^ _Nonnull completionHandler)(BOOL)) {
  468. completionHandler (YES);
  469. [weakSelf chatListMove:@[@(model.Id)]];
  470. }];
  471. action2.backgroundColor = RGB(61, 156, 248);
  472. UIContextualAction *action3 = [UIContextualAction contextualActionWithStyle:UIContextualActionStyleNormal title:model.IsTop ? @"取消置顶" : @"置顶" handler:^(UIContextualAction * _Nonnull action,__kindof UIView * _Nonnull sourceView,void (^ _Nonnull completionHandler)(BOOL)) {
  473. completionHandler (YES);
  474. [weakSelf chatListIsTop:model];
  475. }];
  476. action3.backgroundColor = RGB(197, 201, 204);
  477. UISwipeActionsConfiguration *actions = [UISwipeActionsConfiguration configurationWithActions:@[action1, action2, action3]];
  478. actions.performsFirstActionWithFullSwipe = NO;
  479. return actions;
  480. }
  481. break;
  482. }
  483. }
  484. UISwipeActionsConfiguration *actions = [UISwipeActionsConfiguration configurationWithActions:@[]];
  485. actions.performsFirstActionWithFullSwipe = NO;
  486. return actions;
  487. }
  488. #else
  489. - (NSArray<UITableViewRowAction *> *)tableView:(UITableView *)tableView editActionsForRowAtIndexPath:(NSIndexPath *)indexPath {
  490. WS(weakSelf);
  491. ChatMsgListImModel * model = weakSelf.chatListIMArray[indexPath.row];
  492. if(self.operationStateEnum == OperationStateEnum0){
  493. switch (model.AttributeValue) {
  494. case 2:
  495. {
  496. UITableViewRowAction *action1 = [UITableViewRowAction rowActionWithStyle:UITableViewRowActionStyleDefault title:@"删除" handler:^(UITableViewRowAction * _Nonnull action, NSIndexPath * _Nonnull indexPath) {
  497. UIAlertController *alert = [UIAlertController alertControllerWithTitle:nil message:@"确认删除" preferredStyle:(UIAlertControllerStyleAlert)];
  498. UIAlertAction * sureAction = [UIAlertAction actionWithTitle:@"确定" style:UIAlertActionStyleDestructive handler:^(UIAlertAction * _Nonnull action) {
  499. [weakSelf chatListDelete:@[model].copy];
  500. }];
  501. UIAlertAction * cancelAction = [UIAlertAction actionWithTitle:@"取消" style:UIAlertActionStyleCancel handler:^(UIAlertAction * _Nonnull action) {
  502. }];
  503. [alert addAction:sureAction];
  504. [alert addAction:cancelAction];
  505. [weakSelf presentViewController:alert animated:YES completion:^{
  506. }];
  507. }];
  508. action1.backgroundColor = RGB(255, 59, 47);
  509. UITableViewRowAction *action2 = [UITableViewRowAction rowActionWithStyle:UITableViewRowActionStyleNormal title:@"重命名" handler:^(UITableViewRowAction * _Nonnull action, NSIndexPath * _Nonnull indexPath) {
  510. [weakSelf workGroupReName:model];
  511. }];
  512. action2.backgroundColor = RGB(255, 149, 3);
  513. UITableViewRowAction *action3 = [UITableViewRowAction rowActionWithStyle:UITableViewRowActionStyleNormal title:model.IsTop ? @"取消置顶" : @"置顶" handler:^(UITableViewRowAction * _Nonnull action, NSIndexPath * _Nonnull indexPath) {
  514. [weakSelf chatListIsTop:model];
  515. }];
  516. action3.backgroundColor = RGB(197, 201, 204);
  517. return @[action1, action2, action3];
  518. }
  519. break;
  520. case 0:
  521. {
  522. UITableViewRowAction *action1 = [UITableViewRowAction rowActionWithStyle:UITableViewRowActionStyleDefault title:@"删除" handler:^(UITableViewRowAction * _Nonnull action, NSIndexPath * _Nonnull indexPath) {
  523. UIAlertController *alert = [UIAlertController alertControllerWithTitle:nil message:@"确认删除" preferredStyle:(UIAlertControllerStyleAlert)];
  524. UIAlertAction * sureAction = [UIAlertAction actionWithTitle:@"确定" style:UIAlertActionStyleDestructive handler:^(UIAlertAction * _Nonnull action) {
  525. [weakSelf chatListDelete:[NSMutableArray arrayWithArray:@[model]]];
  526. }];
  527. UIAlertAction * cancelAction = [UIAlertAction actionWithTitle:@"取消" style:UIAlertActionStyleCancel handler:^(UIAlertAction * _Nonnull action) {
  528. }];
  529. [alert addAction:sureAction];
  530. [alert addAction:cancelAction];
  531. [weakSelf presentViewController:alert animated:YES completion:^{
  532. }];
  533. }];
  534. action1.backgroundColor = RGB(255, 59, 47);
  535. UITableViewRowAction *action2 = [UITableViewRowAction rowActionWithStyle:UITableViewRowActionStyleNormal title:@"移动" handler:^(UITableViewRowAction * _Nonnull action, NSIndexPath * _Nonnull indexPath) {
  536. [weakSelf chatListMove:@[@(model.Id)]];
  537. }];
  538. action2.backgroundColor = RGB(61, 156, 248);
  539. UITableViewRowAction *action3 = [UITableViewRowAction rowActionWithStyle:UITableViewRowActionStyleNormal title:model.IsTop ? @"取消置顶" : @"置顶" handler:^(UITableViewRowAction * _Nonnull action, NSIndexPath * _Nonnull indexPath) {
  540. [weakSelf chatListIsTop:model];
  541. }];
  542. action3.backgroundColor = RGB(197, 201, 204);
  543. return @[action1, action2, action3];
  544. }
  545. break;
  546. }
  547. }
  548. return @[];
  549. }
  550. #endif
  551. - (void)workGroupReName:(ChatMsgListImModel *)model
  552. {
  553. WS(weakSelf);
  554. [[ShowNewGroupAlert initShowNewGroupAlertWithTitle:@"重命名" changeStr:model.FolderName confirm:^(NSString * _Nonnull groupName) {
  555. NSLog(@"%@",groupName);
  556. [[HttpManager sharedHttpManager] POSTUrl:Host(API_Find_ReName) parameters:@{@"FolderName":groupName,@"Id":@(model.Id)} responseStyle:DATA success:^(id _Nonnull responseObject) {
  557. [weakSelf initChatMsgIMData];
  558. } failure:^(NSError * _Nonnull error) {
  559. NSLog(@"%@",error);
  560. SHOWERROR([ZYCTool handerResultData:error])
  561. }];
  562. } cancle:^{
  563. }] show];
  564. }
  565. - (void)getUserInfoInDocument:(NSString *)ImId{
  566. NSMutableArray * array = [[NSMutableArray alloc] initWithArray:USERDEFAULTSGET(@"ChatList")];
  567. for (NSMutableDictionary * dict in array) {
  568. if ([[dict objectForKey:@"ImId"] isEqualToString:ImId]) {
  569. [array removeObject:dict];
  570. }
  571. }
  572. USERDEFAULTSSET(array,@"ChatList");
  573. }
  574. - (void)chatListDelete:(NSMutableArray *)array
  575. {
  576. NSMutableArray * addArray = [NSMutableArray array];
  577. for (ChatMsgListImModel * model in array) {
  578. [addArray addObject:@(model.Id)];
  579. [self getUserInfoInDocument:[NSString stringWithFormat:@"%ld",(long)model.ImId]];
  580. }
  581. SHOWLOADING
  582. WS(weakSelf);
  583. NSMutableDictionary *dic = [[NSMutableDictionary alloc]init];
  584. [dic setValue:addArray forKey:@"MiddleIds"];
  585. [dic setValue:@(10) forKey:@"FolderType"];
  586. [[HttpManager sharedHttpManager] POSTUrl:Host(API_Find_DeleteRecord) parameters:dic responseStyle:DATA success:^(id _Nonnull responseObject) {
  587. REMOVESHOW
  588. [weakSelf initChatMsgIMData];
  589. } failure:^(NSError * _Nonnull error) {
  590. REMOVESHOW
  591. NSLog(@"%@",error);
  592. SHOWERROR([ZYCTool handerResultData:error])
  593. }];
  594. }
  595. - (void)chatListMove:(NSArray *)array
  596. {
  597. [self changeToOperation:NO];
  598. ChatListMoveVC * vc = [ChatListMoveVC initChatListMoveVC];
  599. vc.Id = 0;
  600. vc.titleStr = @"移动到";
  601. vc.listArray = [NSMutableArray arrayWithArray:array];
  602. [self.navigationController pushViewController:vc animated:YES];
  603. }
  604. - (void)chatListIsTop:(ChatMsgListImModel *)model
  605. {
  606. WS(weakSelf);
  607. SHOWLOADING
  608. [[HttpManager sharedHttpManager] PUTUrl:[NSString stringWithFormat:@"%@%ld",Host(API_Find_Top),(long)model.Id] parameters:@{} responseStyle:DATA success:^(id _Nonnull responseObject) {
  609. REMOVESHOW
  610. [weakSelf reCreateTable];
  611. } failure:^(NSError * _Nonnull error) {
  612. REMOVESHOW
  613. SHOWERROR([ZYCTool handerResultData:error])
  614. }];
  615. }
  616. - (void)reCreateTable
  617. {
  618. [self.chatListIMArray removeAllObjects];
  619. WS(weakSelf);
  620. [[HttpManager sharedHttpManager] POSTUrl:Host(Often_Contact_List) parameters:@{@"IndividualGroupId":@(0)} responseStyle:JOSN success:^(id _Nonnull responseObject) {
  621. NSLog(@"%@",responseObject);
  622. [weakSelf.tableView.mj_header endRefreshing];
  623. if ([responseObject isKindOfClass:[NSArray class]]) {
  624. for (NSDictionary * dict in responseObject) {
  625. ChatMsgListImModel * model = [ChatMsgListImModel modelWithDictionary:dict];
  626. [weakSelf.chatListIMArray addObject:model];
  627. }
  628. dispatch_async(dispatch_get_main_queue(), ^{
  629. [weakSelf.tableView removeFromSuperview];
  630. weakSelf.tableView = nil;
  631. [weakSelf.view addSubview:weakSelf.tableView];
  632. weakSelf.tableView.delegate = weakSelf;
  633. weakSelf.tableView.dataSource = weakSelf;
  634. weakSelf.tableView.backgroundColor = [UIColor clearColor];
  635. [weakSelf.tableView mas_makeConstraints:^(MASConstraintMaker *make) {
  636. make.left.right.mas_equalTo(weakSelf.view);
  637. make.top.mas_equalTo(weakSelf.HeadView.mas_bottom);
  638. if (@available(iOS 11.0, *)) {
  639. make.bottom.equalTo(weakSelf.view.mas_safeAreaLayoutGuideBottom);
  640. } else {
  641. make.bottom.equalTo(weakSelf.view.mas_bottom);
  642. }
  643. }];
  644. });
  645. }
  646. [weakSelf _loadAllConversationsFromDBWithIsShowHud:NO];
  647. } failure:^(NSError * _Nonnull error) {
  648. NSLog(@"%@",error);
  649. }];
  650. }
  651. - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView{
  652. return 1;
  653. }
  654. - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section{
  655. return self.chatListIMArray.count;
  656. }
  657. - (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath{
  658. ChatMsgListImModel * model = self.chatListIMArray[indexPath.row];
  659. //
  660. // switch (indexPath.section) {
  661. // case 0:{
  662. // return [ChatMsgListCell configCell0Height];
  663. // }break;
  664. // case 1:{
  665. // return [ChatMsgListCell configCell1Height];
  666. // }break;
  667. // case 2:{
  668. // return [ChatMsgListCell configCell4Height];
  669. // }break;
  670. // default:{
  671. // switch (model.AttributeValue) {
  672. // case 2:
  673. // {
  674. // return [ChatMsgListCell configCell2Height];
  675. // }
  676. // break;
  677. // default:
  678. // {
  679. // return [ChatMsgListCell configCell3Height];
  680. // }
  681. // break;
  682. // }
  683. // }break;
  684. // }
  685. switch (model.AttributeValue) {
  686. case 2:
  687. {
  688. return [ChatMsgListCell configCell2Height];
  689. }
  690. break;
  691. default:
  692. {
  693. return [ChatMsgListCell configCell3Height];
  694. }
  695. break;
  696. }
  697. }
  698. - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{
  699. WS(weakSelf);
  700. ChatMsgListImModel * model = [self.chatListIMArray objectAtIndex:indexPath.row];
  701. switch (model.AttributeValue) {
  702. case 2:
  703. {
  704. ChatMsgListCell *cell = [ChatMsgListCell configCell2:tableView indexPath:indexPath];
  705. if(self.operationStateEnum == OperationStateEnum0){
  706. cell.cell2TitleLabel.text = model.FolderName;
  707. cell.cell2isTop.hidden = !model.IsTop;
  708. cell.cell2TimeLabel.hidden = NO;
  709. cell.cell2TimeLabel.text = [NSDate getTimeStringAutoShort2:model.LastModifiedDate];
  710. cell.cell2TimeLabel.textColor = RGB(153, 153, 153);
  711. cell.enterBtn.hidden = YES;
  712. return cell;
  713. }
  714. else if (self.operationStateEnum == OperationStateEnum1){
  715. ChatMsgListCell *cell = [ChatMsgListCell configCell6:tableView indexPath:indexPath];
  716. cell.cell6SelectBtn.selected = model.isSelected;
  717. cell.cell2TitleLabel.text = model.FolderName;
  718. cell.cell2TimeLabel.hidden = YES;
  719. cell.enterBtn.hidden = YES;
  720. cell.cell2RightArrowImgView.hidden = YES;
  721. cell.IsTopView.hidden = YES;
  722. self.isAllselect = [self checkChatListArray];
  723. [self checkMoveBtnEnable];
  724. [self.operationAllSelectButton setTitle:self.isAllselect ? @"取消全选": @"全选" forState:UIControlStateNormal];
  725. return cell;
  726. } else {///if (self.operationStateEnum == OperationStateEnum2)
  727. cell.cell2TimeLabel.text = @"进入";
  728. cell.cell2TitleLabel.text = model.FolderName;
  729. cell.cell2isTop.hidden = !model.IsTop;
  730. cell.cell2TimeLabel.textColor = RGB(57, 121, 211);
  731. return cell;
  732. }
  733. }
  734. break;
  735. case 0:
  736. {
  737. if(self.operationStateEnum == OperationStateEnum0){
  738. ChatMsgListCell *cell = [ChatMsgListCell configCell3:tableView indexPath:indexPath];
  739. cell.IsTopView.hidden = YES;
  740. [cell setCell3DataWithModel:model];
  741. return cell;
  742. }else if (self.operationStateEnum == OperationStateEnum1){
  743. ChatMsgListCell *cell = [ChatMsgListCell configCell5:tableView indexPath:indexPath];
  744. self.isAllselect = [self checkChatListArray];
  745. [self checkMoveBtnEnable];
  746. [cell setCell5DataWithModel:model];
  747. cell.IsTopView.hidden = YES;
  748. self.isAllselect = [self checkChatListArray];
  749. [self checkMoveBtnEnable];
  750. [self.operationAllSelectButton setTitle:self.isAllselect ? @"取消全选": @"全选" forState:UIControlStateNormal];
  751. [cell.cell5SelectBtn setAction:^{
  752. model.isSelected = !model.isSelected;
  753. dispatch_async(dispatch_get_main_queue(), ^{
  754. [weakSelf.tableView reloadRow:indexPath.row inSection:indexPath.section withRowAnimation:UITableViewRowAnimationAutomatic];
  755. });
  756. }];
  757. return cell;
  758. }else{///(self.operationStateEnum == OperationStateEnum2)
  759. ChatMsgListCell *cell = [ChatMsgListCell configCell3:tableView indexPath:indexPath];
  760. cell.cell3MengCengView.hidden = NO;
  761. [cell setCell3DataWithModel:model];
  762. return cell;
  763. }
  764. }
  765. case 3:{
  766. ChatMsgListCell *cell = [ChatMsgListCell configCell2:tableView indexPath:indexPath];
  767. cell.cell2TitleLabel.text = model.Name;
  768. cell.cell2IconImgView.image = IMG(model.AvatarUrl);
  769. cell.cell2isTop.hidden = YES;
  770. cell.cell2TimeLabel.hidden = YES;
  771. cell.cell2TimeLabel.text = [NSDate getTimeStringAutoShort2:model.LastModifiedDate];
  772. cell.cell2TimeLabel.textColor = RGB(153, 153, 153);
  773. cell.enterBtn.hidden = YES;
  774. return cell;
  775. }break;
  776. case 4:{
  777. ChatMsgListCell *cell = [ChatMsgListCell configCell2:tableView indexPath:indexPath];
  778. cell.cell2TitleLabel.text = model.Name;
  779. cell.cell2IconImgView.image = IMG(model.AvatarUrl);
  780. cell.cell2isTop.hidden = YES;
  781. cell.cell2TimeLabel.hidden = NO;
  782. cell.cell2TimeLabel.text = @"1分钟前";
  783. cell.cell2TimeLabel.textColor = RGB(153, 153, 153);
  784. cell.enterBtn.hidden = YES;
  785. return cell;
  786. }break;
  787. default:{
  788. ChatMsgListCell *cell = [ChatMsgListCell configCell2:tableView indexPath:indexPath];
  789. cell.cell2TitleLabel.text = model.Name;
  790. cell.cell2IconImgView.image = IMG(model.AvatarUrl);
  791. cell.cell2isTop.hidden = YES;
  792. cell.cell2TimeLabel.hidden = NO;
  793. cell.cell2TimeLabel.text = @"12分钟前";
  794. cell.cell2TimeLabel.textColor = RGB(153, 153, 153);
  795. cell.enterBtn.hidden = YES;
  796. return cell;
  797. }break;
  798. break;
  799. }
  800. }
  801. - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{
  802. [tableView deselectRowAtIndexPath:indexPath animated:YES];
  803. ChatMsgListImModel *model = [self.chatListIMArray objectAtIndex:indexPath.row];
  804. switch (model.AttributeValue) {
  805. case 2:
  806. {
  807. if(self.operationStateEnum == OperationStateEnum0){
  808. WorkingGroupMainVC *vc = [WorkingGroupMainVC initWorkingGroupMainVC];
  809. vc.GroupId = [NSString stringWithFormat:@"%ld",(long)model.Id];
  810. vc.GroupTitle = model.FolderName;
  811. [self.navigationController pushViewController:vc animated:YES];
  812. }else if(self.operationStateEnum == OperationStateEnum1){
  813. //多选操作
  814. model.isSelected = !model.isSelected;
  815. [self.tableView reloadRow:indexPath.row inSection:indexPath.section withRowAnimation:UITableViewRowAnimationNone];
  816. }
  817. }
  818. break;
  819. case 0:
  820. {
  821. if(self.operationStateEnum == OperationStateEnum0){
  822. //进入聊天界面
  823. if (model.ChatType == ChatType_SingleChat) {
  824. [self enterChatView:model];
  825. }else{
  826. [self getGroupInfo:model];
  827. }
  828. }
  829. else if(self.operationStateEnum == OperationStateEnum1){
  830. //多选操作
  831. model.isSelected = !model.isSelected;
  832. [self.tableView reloadRow:indexPath.row inSection:indexPath.section withRowAnimation:UITableViewRowAnimationNone];
  833. }
  834. else if(self.operationStateEnum == OperationStateEnum2){
  835. //此时不可操作
  836. }
  837. }
  838. break;
  839. case 3:
  840. {
  841. MailListVC * vc = [MailListVC initMailListVC];
  842. [self.navigationController pushViewController:vc animated:YES];
  843. }
  844. break;
  845. case 4:
  846. {
  847. ChatTestingVC *vc = [ChatTestingVC initChatTestingVC];
  848. [self.navigationController pushViewController:vc animated:YES];
  849. }
  850. break;
  851. default:
  852. {
  853. ReplayMeVC * vc = [ReplayMeVC initReplayMeVC];
  854. [self.navigationController pushViewController:vc animated:YES];
  855. }
  856. break;
  857. }
  858. }
  859. - (void)checkMoveBtnEnable
  860. {
  861. BOOL isEnable = YES;
  862. for (ChatMsgListImModel *model in self.chatListIMArray) {
  863. if (model.AttributeValue == 2 && model.isSelected) {
  864. isEnable = NO;
  865. }
  866. }
  867. [self.operationBottomMoveBtn setEnabled:isEnable];
  868. }
  869. #pragma mark -当环信收到新消息时,更新数据
  870. - (void)replaceChatData
  871. {
  872. WS(weakSelf);
  873. self.countUnredNum = 0;
  874. [self.chatListIMArray enumerateObjectsUsingBlock:^(id _Nonnull obj, NSUInteger idx, BOOL * _Nonnull stop) {
  875. ChatMsgListImModel * chatModel = (ChatMsgListImModel *)obj;
  876. [weakSelf.dataArray enumerateObjectsUsingBlock:^(id _Nonnull obj, NSUInteger idx, BOOL * _Nonnull stop) {
  877. EMConversationModel * model = (EMConversationModel *)obj;
  878. if (chatModel.ImId == [model.emModel.conversationId integerValue]) {
  879. EMConversation *conversation = model.emModel;
  880. if (!chatModel.IsDisturb) {
  881. chatModel.redNum = model.emModel.unreadMessagesCount;
  882. weakSelf.countUnredNum += model.emModel.unreadMessagesCount;
  883. }
  884. chatModel.ChatText = [weakSelf _getDetailWithModel:conversation];
  885. }
  886. }];
  887. }];
  888. dispatch_async(dispatch_get_main_queue(), ^{
  889. [weakSelf.tableView reloadData];
  890. // NSInteger count = (weakSelf.countUnredNum + weakSelf.noticeNum + weakSelf.missiveNum);
  891. NSInteger count = (weakSelf.countUnredNum + weakSelf.noticeNum + weakSelf.missiveNum + weakSelf.waitNum);
  892. weakSelf.tabBarController.tabBar.items[2].badgeValue = count > 0 ? [NSString stringWithFormat:@"%ld",(long)count] : nil;
  893. });
  894. }
  895. - (NSAttributedString *)_getDetailWithModel:(EMConversation *)aConversation
  896. {
  897. NSMutableAttributedString *attributedStr = [[NSMutableAttributedString alloc] initWithString:@""];
  898. EMMessage *lastMessage = [aConversation latestMessage];
  899. if (!lastMessage) {
  900. return attributedStr;
  901. }
  902. NSString *latestMessageTitle = @"";
  903. EMMessageBody *messageBody = lastMessage.body;
  904. switch (messageBody.type) {
  905. case EMMessageBodyTypeText:
  906. {
  907. NSString *str = [EMEmojiHelper convertEmoji:((EMTextMessageBody *)messageBody).text];
  908. latestMessageTitle = str;
  909. }
  910. break;
  911. case EMMessageBodyTypeImage:
  912. latestMessageTitle = @"[图片]";
  913. break;
  914. case EMMessageBodyTypeVoice:
  915. latestMessageTitle = @"[音频]";
  916. break;
  917. case EMMessageBodyTypeLocation:
  918. latestMessageTitle = @"[位置]";
  919. break;
  920. case EMMessageBodyTypeVideo:
  921. latestMessageTitle = @"[视频]";
  922. break;
  923. case EMMessageBodyTypeFile:
  924. latestMessageTitle = @"[文件]";
  925. break;
  926. default:
  927. break;
  928. }
  929. NSDictionary *ext = aConversation.ext;
  930. if (ext && [ext[kConversation_IsRead] intValue] == kConversation_AtAll) {
  931. NSString *allMsg = @"[有全体消息]";
  932. latestMessageTitle = [NSString stringWithFormat:@"%@ %@", allMsg, latestMessageTitle];
  933. attributedStr = [[NSMutableAttributedString alloc] initWithString:latestMessageTitle];
  934. [attributedStr setAttributes:@{NSForegroundColorAttributeName : [UIColor colorWithRed:1.0 green:.0 blue:.0 alpha:0.5]} range:NSMakeRange(0, allMsg.length)];
  935. } else if (ext && [ext[kConversation_IsRead] intValue] == kConversation_AtYou) {
  936. NSString *atStr = @"[有人@我]";
  937. latestMessageTitle = [NSString stringWithFormat:@"%@ %@", atStr, latestMessageTitle];
  938. attributedStr = [[NSMutableAttributedString alloc] initWithString:latestMessageTitle];
  939. [attributedStr setAttributes:@{NSForegroundColorAttributeName : [UIColor colorWithRed:1.0 green:.0 blue:.0 alpha:0.5]} range:NSMakeRange(0, atStr.length)];
  940. } else {
  941. attributedStr = [[NSMutableAttributedString alloc] initWithString:latestMessageTitle];
  942. }
  943. return attributedStr;
  944. }
  945. - (BOOL)checkChatListArray
  946. {
  947. if (self.chatListIMArray.count == 0) {
  948. return NO;
  949. }
  950. for (ChatMsgListImModel * model in self.chatListIMArray) {
  951. if (!model.isSelected) {
  952. return NO;
  953. }
  954. }
  955. return YES;
  956. }
  957. - (void)enterChatView:(ChatMsgListImModel *)chatModel
  958. {
  959. EMConversation *conversation = [[EMClient sharedClient].chatManager getConversation:[NSString stringWithFormat:@"%ld",(long)chatModel.ImId] type: EMConversationTypeChat createIfNotExist:YES];
  960. EMConversationModel *model = [[EMConversationModel alloc] initWithEMModel:conversation];
  961. EMChatViewController *controller = [[EMChatViewController alloc] initWithCoversationModel:model];
  962. if (chatModel.ChatType == ChatType_SingleChat) {
  963. controller.toUserId = chatModel.ToUserId;
  964. controller.ReceiveIcon = chatModel.AvatarUrl;
  965. SelectModel * sModel = [[SelectModel alloc] init];
  966. sModel.UserId = chatModel.ToUserId;
  967. sModel.UserName = chatModel.Name;
  968. sModel.AvatarUrl = chatModel.AvatarUrl;
  969. controller.sModel = sModel;
  970. }
  971. model.name = chatModel.Name;
  972. controller.ImId = chatModel.ImId;
  973. controller.GroupId = chatModel.Id;
  974. controller.chatType = chatModel.ChatType;
  975. controller.listId = chatModel.Id;
  976. controller.isTop = chatModel.IsTop;
  977. controller.hidesBottomBarWhenPushed = YES;
  978. [self.navigationController pushViewController:controller animated:YES];
  979. }
  980. - (void)getGroupInfo:(ChatMsgListImModel *)chatModel
  981. {
  982. self.tableView.allowsSelection = NO;
  983. WS(weakSelf);
  984. [[HttpManager sharedHttpManager] POSTUrl:Host(Group_chat_info) parameters:@{@"GroupChatImId":@(chatModel.ImId)} responseStyle:JOSN success:^(id _Nonnull responseObject) {
  985. weakSelf.tableView.allowsSelection = YES;
  986. EMConversation *conversation = [[EMClient sharedClient].chatManager getConversation:[NSString stringWithFormat:@"%ld",(long)chatModel.ImId] type: EMConversationTypeGroupChat createIfNotExist:YES];
  987. EMConversationModel *model = [[EMConversationModel alloc] initWithEMModel:conversation];
  988. EMChatViewController *controller = [[EMChatViewController alloc] initWithCoversationModel:model];
  989. controller.toUserId = chatModel.ImId;
  990. controller.groupUserInfoArray = responseObject[@"Item"];
  991. model.name = chatModel.Name;
  992. controller.GroupId = chatModel.Id;
  993. controller.ImId = chatModel.ImId;
  994. controller.chatType = chatModel.ChatType;
  995. controller.hidesBottomBarWhenPushed = YES;
  996. [weakSelf.navigationController pushViewController:controller animated:YES];
  997. } failure:^(NSError * _Nonnull error) {
  998. weakSelf.tableView.allowsSelection = YES;
  999. }];
  1000. }
  1001. #pragma mark UICollectionView
  1002. - (NSInteger)numberOfSectionsInCollectionView:(GHRefreshCollectionView *)collectionView{
  1003. if (self.operationStateEnum == OperationStateEnum1) {
  1004. return 0;
  1005. }
  1006. return 1;
  1007. }
  1008. /**********************************************************************/
  1009. #pragma mark -UICollectionViewDataSource
  1010. /**********************************************************************/
  1011. - (NSInteger)collectionView:(GHRefreshCollectionView *)collectionView numberOfItemsInSection:(NSInteger)section {
  1012. return self.collectionDataSource.count;
  1013. }
  1014. - (UICollectionViewCell *)collectionView:(GHRefreshCollectionView *)collectionView cellForItemAtIndexPath:(NSIndexPath *)indexPath
  1015. {
  1016. MoreAppInfoModel *bean = [self.collectionDataSource objectAtIndex:indexPath.item];
  1017. ChatMsgCollectionCell *cell = [ collectionView dequeueReusableCellWithReuseIdentifier:@"ChatMsgCollectionCell" forIndexPath:indexPath];
  1018. cell.cell0IconImg.image = [UIImage imageNamed:bean.imgName];
  1019. cell.cell0TitleLabel.text = bean.title;
  1020. switch (bean.type) {
  1021. case ChatMenuNoticeType:
  1022. {
  1023. cell.cell0ReadNumLabel.hidden = self.noticeNum == 0 ? YES : NO;
  1024. NSString * count = [NSString stringWithFormat:@"%ld",(long)self.noticeNum];
  1025. cell.cell0ReadNumLabel.text = count;
  1026. UILabel * label = [UILabel new];
  1027. label.font = [UIFont systemFontOfSize:12];
  1028. label.text = count;
  1029. CGFloat width = [label sizeThatFits:CGSizeMake(SCREEN_WIDTH, 16)].width;
  1030. if ((width + 5) < 16) {
  1031. cell.constant.constant = 16;
  1032. }else{
  1033. cell.constant.constant = width + 8;
  1034. }
  1035. }
  1036. break;
  1037. case ChatMenuZhanXinType:
  1038. {
  1039. cell.cell0ReadNumLabel.hidden = self.missiveNum == 0 ? YES : NO;
  1040. NSString * count = [NSString stringWithFormat:@"%ld",(long)self.missiveNum];
  1041. cell.cell0ReadNumLabel.text = count;
  1042. UILabel * label = [UILabel new];
  1043. label.font = [UIFont systemFontOfSize:12];
  1044. label.text = count;
  1045. CGFloat width = [label sizeThatFits:CGSizeMake(SCREEN_WIDTH, 16)].width;
  1046. if ((width + 5) < 16) {
  1047. cell.constant.constant = 16;
  1048. }else{
  1049. cell.constant.constant = width + 8;
  1050. }
  1051. }
  1052. break;
  1053. case ChatMenuWaitType:
  1054. {
  1055. cell.cell0ReadNumLabel.hidden = self.waitNum == 0 ? YES : NO;
  1056. NSString * count = [NSString stringWithFormat:@"%ld",(long)self.waitNum];
  1057. cell.cell0ReadNumLabel.text = count;
  1058. UILabel * label = [UILabel new];
  1059. label.font = [UIFont systemFontOfSize:12];
  1060. label.text = count;
  1061. CGFloat width = [label sizeThatFits:CGSizeMake(SCREEN_WIDTH, 16)].width;
  1062. if ((width + 5) < 16) {
  1063. cell.constant.constant = 16;
  1064. }else{
  1065. cell.constant.constant = width + 8;
  1066. }
  1067. }
  1068. break;
  1069. default:
  1070. {
  1071. cell.cell0ReadNumLabel.hidden = YES ;
  1072. }
  1073. break;
  1074. }
  1075. if(self.operationStateEnum == OperationStateEnum0){
  1076. cell.cell0MengCengView.hidden = YES;
  1077. }else{
  1078. cell.cell0MengCengView.hidden = NO;
  1079. }
  1080. return cell;
  1081. }
  1082. /****************************************************/
  1083. #pragma mark --UICollectionViewDelegateFlowLayout
  1084. /****************************************************/
  1085. - (CGSize)collectionView:(GHRefreshCollectionView *)collectionView layout:(UICollectionViewLayout*)collectionViewLayout sizeForItemAtIndexPath:(NSIndexPath *)indexPath
  1086. {
  1087. // CGFloat width = SCREEN_WIDTH / 4;
  1088. CGFloat width = (SCREEN_WIDTH - (15 + 7)) / 5;
  1089. CGFloat height = 90;
  1090. return CGSizeMake(width, height);
  1091. }
  1092. -(UIEdgeInsets)collectionView:(GHRefreshCollectionView *)collectionView layout:(UICollectionViewLayout *)collectionViewLayout insetForSectionAtIndex:(NSInteger)section
  1093. {
  1094. return UIEdgeInsetsMake(0,0,0,0);
  1095. }
  1096. - (CGFloat)collectionView:(GHRefreshCollectionView *)collectionView layout:(UICollectionViewLayout*)collectionViewLayout minimumLineSpacingForSectionAtIndex:(NSInteger)section{
  1097. return 0;
  1098. }
  1099. - (CGFloat)collectionView:(GHRefreshCollectionView *)collectionView layout:(UICollectionViewLayout*)collectionViewLayout minimumInteritemSpacingForSectionAtIndex:(NSInteger)section{
  1100. return 0;
  1101. }
  1102. - (void)collectionView:(GHRefreshCollectionView *)collectionView didSelectItemAtIndexPath:(NSIndexPath *)indexPath{
  1103. [collectionView deselectItemAtIndexPath:indexPath animated:YES];
  1104. if(self.operationStateEnum == OperationStateEnum0){
  1105. MoreAppInfoModel * model = [self.collectionDataSource objectAtIndex:indexPath.item];
  1106. switch (model.type) {
  1107. case ChatMenuNoticeType:{
  1108. // [self pushChatMsgNoticeVC];
  1109. }break;
  1110. case ChatMenuZhanXinType:{
  1111. TDInterLeterHomeViewController *vc = [TDInterLeterHomeViewController initChatMsgNoticeVC];
  1112. vc.hidesBottomBarWhenPushed = YES;
  1113. vc.interLeterFolderId = 0;
  1114. vc.isHome = YES;
  1115. [self.navigationController pushViewController:vc animated:YES];
  1116. }break;
  1117. case ChatMenuTeleListType:{
  1118. MailListVC *vc = [MailListVC initMailListVC];
  1119. vc.isChat = YES;
  1120. vc.hidesBottomBarWhenPushed = YES;
  1121. [self.navigationController pushViewController:vc animated:YES];
  1122. }break;
  1123. case ChatMenuGroupType:{
  1124. MyTDGroupViewController *vc = [[MyTDGroupViewController alloc] init];
  1125. vc.hidesBottomBarWhenPushed = YES;
  1126. [self.navigationController pushViewController:vc animated:YES];
  1127. }break;
  1128. case ChatMenuWaitType:{
  1129. WaitWorkVC *vc = [WaitWorkVC initWaitWorkVC];
  1130. vc.hidesBottomBarWhenPushed = YES;
  1131. [self.navigationController pushViewController:vc animated:YES];
  1132. }break;
  1133. case ChatMenutopicType:{
  1134. MyTDTopicViewController *vc = [MyTDTopicViewController initMyTDTopicViewController];
  1135. vc.hidesBottomBarWhenPushed = YES;
  1136. [self.navigationController pushViewController:vc animated:YES];
  1137. }break;
  1138. default:
  1139. break;
  1140. }
  1141. }
  1142. }
  1143. -(NSMutableArray *)collectionDataSource{
  1144. if(!_collectionDataSource){
  1145. _collectionDataSource = [[NSMutableArray alloc] init];
  1146. }
  1147. return _collectionDataSource;
  1148. }
  1149. - (GHRefreshCollectionView *)collectionView {
  1150. if (!_collectionView) {
  1151. UICollectionViewFlowLayout *layout = [[UICollectionViewFlowLayout alloc] init];
  1152. layout.scrollDirection = UICollectionViewScrollDirectionHorizontal;
  1153. CGFloat width = (SCREEN_WIDTH - (15 + 7)) / 5;
  1154. CGFloat height = 90;
  1155. layout.itemSize = CGSizeMake(width, height);
  1156. layout.sectionInset = UIEdgeInsetsMake(0, 0, 0, 0);
  1157. _collectionView = [[GHRefreshCollectionView alloc] initWithFrame:CGRectZero collectionViewLayout:layout];
  1158. _collectionView.delegate = self;
  1159. _collectionView.dataSource = self;
  1160. _collectionView.showsHorizontalScrollIndicator = NO;
  1161. [_collectionView registerNib:[UINib nibWithNibName:@"ChatMsgCollectionCell" bundle:nil] forCellWithReuseIdentifier:@"ChatMsgCollectionCell"];
  1162. _collectionView.backgroundColor = [UIColor whiteColor];
  1163. }
  1164. return _collectionView;
  1165. }
  1166. -(NSMutableArray *)getMenuDataSource:(NSMutableArray *)titleArray{
  1167. NSMutableArray *menuDataSourceArray = [[NSMutableArray alloc] init];
  1168. for(int i=0;i<titleArray.count;i++){
  1169. NSString *titleStr = [titleArray objectAtIndex:i];
  1170. WS(weakSelf);
  1171. YCMenuAction *actionMenu = [YCMenuAction actionWithTitle:titleStr image:nil handler:^(YCMenuAction *action) {
  1172. if([@"建文件夹" isEqualToString:action.title]){
  1173. [[ShowNewGroupAlert initShowNewGroupAlertWithTitle:@"建文件夹" placeholder:@"请输入文件夹名称" confirm:^(NSString * _Nonnull groupName) {
  1174. NSLog(@"%@",groupName);
  1175. NSDictionary * paraDict = @{@"FolderName":groupName,
  1176. @"UserId":@([AppUserModel sharedAppUserModel].Id),
  1177. @"ParentId":@(0),
  1178. @"TypeId":@(10)
  1179. };
  1180. [[HttpManager sharedHttpManager] PUTUrl:Host(APP_Middle_Add_Folder) parameters:paraDict responseStyle:DATA success:^(id _Nonnull responseObject) {
  1181. [weakSelf initChatMsgIMData];
  1182. } failure:^(NSError * _Nonnull error) {
  1183. NSLog(@"%@",error);
  1184. SHOWERROR([ZYCTool handerResultData:error])
  1185. }];
  1186. } cancle:^{
  1187. }] show];
  1188. }
  1189. else if ([@"批量编辑" isEqualToString:action.title]){
  1190. [weakSelf changeToOperation:YES];
  1191. }
  1192. else if ([@"新建群聊" isEqualToString:action.title]){
  1193. ChatNewGroupVC *vc = [ChatNewGroupVC initChatNewGroupVC];
  1194. [self.navigationController pushViewController:vc animated:YES];
  1195. }else if ([@"扫一扫" isEqualToString:action.title]){
  1196. [weakSelf scanAction];
  1197. }
  1198. }];
  1199. [menuDataSourceArray addObject:actionMenu];
  1200. }
  1201. return menuDataSourceArray;
  1202. }
  1203. #pragma mark - buttonAction
  1204. - (void)scanAction{
  1205. SWQRCodeConfig *config = [[SWQRCodeConfig alloc]init];
  1206. config.scannerType = SWScannerTypeBoth;
  1207. SWQRCodeViewController *qrcodeVC = [[SWQRCodeViewController alloc]init];
  1208. qrcodeVC.codeConfig = config;
  1209. qrcodeVC.delegate = self;
  1210. [self.navigationController pushViewController:qrcodeVC animated:YES];
  1211. }
  1212. #pragma mark - 扫一扫结果
  1213. - (void)scanResult:(NSString *)scanStr{
  1214. ScanResultModel *model = [[ScanResultModel alloc]initWithString:scanStr error:nil];
  1215. NSLog(@"%@",model);
  1216. WEAKSELF
  1217. switch (model.key) {
  1218. case 1:// 用户
  1219. {
  1220. [self scanNetWork:model.value urlStrong:SaoYiSao_Post ScanKey:@"Guid" success:^(id responseObject) {
  1221. NSDictionary *dic = responseObject;
  1222. AddressUserModel *model = [[AddressUserModel alloc] initWithDictionary:dic error:nil];
  1223. MailListDetailVC *vc = [MailListDetailVC initMailListDetailVC];
  1224. vc.indexId = model.Id;
  1225. [weakSelf.navigationController pushViewController:vc animated:YES];
  1226. } failure:^(NSError *error) {
  1227. SHOWERROR([ZYCTool handerResultData:error]);
  1228. }];
  1229. }
  1230. break;
  1231. case 2:// 群聊
  1232. {
  1233. [self scanToNetWork:model.value urlStrong:SaoYiSao2_Post success:^(id responseObject) {
  1234. ChatJoinGroupVC * vc = [ChatJoinGroupVC initChatJoinGroupVC];
  1235. vc.dict = responseObject;
  1236. [weakSelf.navigationController pushViewController:vc animated:YES];
  1237. } failure:^(NSError *error) {
  1238. SHOWERROR([ZYCTool handerResultData:error]);
  1239. }];
  1240. }
  1241. break;
  1242. case 3://小组
  1243. {
  1244. [self scanToNetWork:model.value urlStrong:SaoYiSao3_Post success:^(id responseObject) {
  1245. if ([responseObject[@"IsUser"] boolValue]) {
  1246. [[NSNotificationCenter defaultCenter] postNotificationName:PUSHTDGROUPCOTROLLER object:nil userInfo:responseObject];
  1247. [self.navigationController popToRootViewControllerAnimated:NO];
  1248. }else{
  1249. dispatch_async(dispatch_get_main_queue(), ^{
  1250. TDQrJoinVC * vc = [TDQrJoinVC initTDQrJoinVC];
  1251. vc.dict = responseObject;
  1252. [weakSelf.navigationController pushViewController:vc animated:YES];
  1253. });
  1254. }
  1255. } failure:^(NSError *error) {
  1256. SHOWERROR([ZYCTool handerResultData:error]);
  1257. }];
  1258. }
  1259. break;
  1260. default:
  1261. break;
  1262. }
  1263. }
  1264. - (void)scanNetWork:(NSString *)scanStr urlStrong:(NSString *)urlstring ScanKey:(NSString*)key success:(void (^) (id responseObject))successful failure:(void (^) (NSError *error))failure{
  1265. SHOWLOADING
  1266. [[HttpManager sharedHttpManager] POSTUrl:[NSString stringWithFormat:@"%@%@",BaseUrl,urlstring] parameters:@{key:scanStr} responseStyle:JOSN success:^(id _Nonnull responseObject) {
  1267. successful(responseObject);
  1268. REMOVESHOW
  1269. } failure:^(NSError * _Nonnull error) {
  1270. REMOVESHOW
  1271. failure(error);
  1272. }];
  1273. }
  1274. - (void)scanToNetWork:(NSString *)scanStr urlStrong:(NSString *)urlstring success:(void (^) (id responseObject))successful failure:(void (^) (NSError *error))failure{
  1275. SHOWLOADING
  1276. NSString * url = [NSString stringWithFormat:@"%@%@",Host(urlstring),scanStr];
  1277. [[HttpManager sharedHttpManager] GETUrl:url parameters:@{} success:^(id _Nonnull responseObject) {
  1278. REMOVESHOW
  1279. successful(responseObject);
  1280. } failure:^(NSError * _Nonnull error) {
  1281. REMOVESHOW
  1282. }];
  1283. }
  1284. -(NSMutableArray *)taskActionArray{
  1285. if(!_taskActionArray){
  1286. _taskActionArray = [[NSMutableArray alloc] initWithObjects:@"建文件夹",@"批量编辑",@"新建群聊",@"扫一扫", nil];
  1287. }
  1288. return _taskActionArray;
  1289. }
  1290. - (void)changeSelectStatus
  1291. {
  1292. for ( ChatMsgListImModel * model in self.chatListIMArray) {
  1293. model.isSelected = NO;
  1294. }
  1295. }
  1296. #pragma mark 批量操作与正常操作界面切换
  1297. -(void)changeToOperation:(BOOL)operation{
  1298. if(operation){
  1299. [self removeTableRefresh];
  1300. self.rightButton.hidden = YES;
  1301. self.titleL.text = @"批量操作";
  1302. //默认操作状态为批量编辑状态
  1303. self.operationStateEnum = OperationStateEnum1;
  1304. self.operationAllSelectButton.hidden = NO;
  1305. self.menuBtn.hidden = YES;
  1306. self.HeadView.hidden = YES;
  1307. self.searchConstant.constant = 0.f;
  1308. WS(weakSelf);
  1309. [self.operationAllSelectButton setAction:^{
  1310. NSLog(@"全选");
  1311. for (ChatMsgListImModel *model in weakSelf.chatListIMArray) {
  1312. model.isSelected = !weakSelf.isAllselect;
  1313. }
  1314. [weakSelf.tableView reloadData];
  1315. }];
  1316. [self.tableView mas_remakeConstraints:^(MASConstraintMaker *make) {
  1317. make.left.right.mas_equalTo(self.view);
  1318. make.top.mas_equalTo(self.HeadView.mas_bottom);
  1319. make.bottom.equalTo(self.operationBottomBgView.mas_top);
  1320. }];
  1321. self.tabBarController.tabBar.hidden = YES;
  1322. self.operationBottomBgView.hidden = NO;
  1323. }else{
  1324. [self addTableRefresh];
  1325. self.titleL.text = @"私信";
  1326. self.rightButton.hidden = NO;
  1327. self.HeadView.hidden = NO;
  1328. self.searchConstant.constant = 50.f;
  1329. //默认操作状态为无状态
  1330. self.operationStateEnum = OperationStateEnum0;
  1331. self.operationAllSelectButton.hidden = YES;
  1332. self.menuBtn.hidden = NO;
  1333. self.tabBarController.tabBar.hidden = NO;
  1334. self.operationBottomBgView.hidden = YES;
  1335. }
  1336. [self.tableView reloadData];
  1337. }
  1338. #pragma mark 移动 isEdit:当前是否为编辑状态
  1339. -(void)userDidMove:(BOOL)move isEdit:(BOOL)isEdit{
  1340. //移动
  1341. if(move){
  1342. //默认操作状态为移动状态
  1343. self.operationStateEnum = OperationStateEnum2;
  1344. self.rightButton.hidden = NO;
  1345. [self resetRightBtnAction:NO];
  1346. //隐藏tabBar - 并将TableView至底端
  1347. self.tabBarController.tabBar.hidden = YES;
  1348. self.view.height += self.tabBarController.tabBar.height;
  1349. self.tableView.height += self.tabBarController.tabBar.height;
  1350. [self.view layoutIfNeeded];
  1351. [self.tableView layoutIfNeeded];
  1352. //隐藏operationBottomBgView
  1353. self.operationBottomBgView.hidden = YES;
  1354. }
  1355. else{
  1356. //隐藏tabBar - 并将TableView至底端有tabBar.height的高
  1357. self.tabBarController.tabBar.hidden = YES;
  1358. self.view.height -= self.tabBarController.tabBar.height;
  1359. self.tableView.height -= self.tabBarController.tabBar.height;
  1360. [self.view layoutIfNeeded];
  1361. [self.tableView layoutIfNeeded];
  1362. //显示operationBottomBgView
  1363. self.operationBottomBgView.hidden = NO;
  1364. if(isEdit){
  1365. self.operationStateEnum = OperationStateEnum1;
  1366. self.rightButton.hidden = YES;
  1367. [self resetRightBtnAction:YES];
  1368. }else{
  1369. [self changeToOperation:NO];
  1370. }
  1371. }
  1372. [self.tableView reloadData];
  1373. }
  1374. -(void)initBottomBgView{
  1375. UIButton *leftCloseBtn = [UIButton buttonWithType:UIButtonTypeCustom];
  1376. [leftCloseBtn setTitle:@"删除" forState:UIControlStateNormal];
  1377. [leftCloseBtn setTitleColor:RGB(255, 82, 82) forState:UIControlStateNormal];
  1378. leftCloseBtn.titleLabel.font = [UIFont systemFontOfSize:15];
  1379. [self.operationBottomBgView addSubview:leftCloseBtn];
  1380. leftCloseBtn.frame = CGRectMake(0, 0, SCREEN_WIDTH/2, self.operationBottomBgView.height);
  1381. UIButton *rightMoveBtn = [UIButton buttonWithType:UIButtonTypeCustom];
  1382. [rightMoveBtn setTitle:@"移动" forState:UIControlStateNormal];
  1383. [rightMoveBtn setTitleColor:RGB(57, 121, 211) forState:UIControlStateNormal];
  1384. [rightMoveBtn setTitleColor:UIColorHex(#666666) forState:UIControlStateDisabled];
  1385. rightMoveBtn.titleLabel.font = [UIFont systemFontOfSize:15];
  1386. self.operationBottomDeleteBtn = leftCloseBtn;
  1387. self.operationBottomMoveBtn = rightMoveBtn;
  1388. [self.operationBottomBgView addSubview:rightMoveBtn];
  1389. rightMoveBtn.frame = CGRectMake(SCREEN_WIDTH/2, 0, SCREEN_WIDTH/2, self.operationBottomBgView.height);
  1390. UIView *line = [[UIView alloc] init];
  1391. line.backgroundColor = RGB(240, 239, 244);
  1392. [self.operationBottomBgView addSubview:line];
  1393. line.frame = CGRectMake(SCREEN_WIDTH/2, 0, 0.5, self.operationBottomBgView.height);
  1394. WS(weakSelf);
  1395. [leftCloseBtn setAction:^{
  1396. [weakSelf.selectArray removeAllObjects];
  1397. for (ChatMsgListImModel * model in weakSelf.chatListIMArray) {
  1398. if (model.isSelected) {
  1399. [weakSelf.selectArray addObject:model];
  1400. }
  1401. }
  1402. if (weakSelf.selectArray.count > 0) {
  1403. [weakSelf isDel:weakSelf.selectArray];
  1404. }
  1405. }];
  1406. [rightMoveBtn setAction:^{
  1407. [weakSelf.selectArray removeAllObjects];
  1408. for (ChatMsgListImModel * model in weakSelf.chatListIMArray) {
  1409. if (model.isSelected) {
  1410. [weakSelf.selectArray addObject:@(model.Id)];
  1411. }
  1412. }
  1413. if (weakSelf.selectArray.count > 0) {
  1414. [weakSelf chatListMove:weakSelf.selectArray];
  1415. }
  1416. }];
  1417. [[UtilsTools getWindow] addSubview:self.operationBottomBgView];
  1418. }
  1419. -(UIView *)operationBottomBgView{
  1420. if(!_operationBottomBgView){
  1421. _operationBottomBgView = [[UIView alloc] init];
  1422. CGFloat bottomBgViewH = self.tabBarController.tabBar.height;
  1423. _operationBottomBgView.frame = CGRectMake(0, SCREEN_HEIGHT - bottomBgViewH, SCREEN_WIDTH, bottomBgViewH);
  1424. _operationBottomBgView.backgroundColor = RGB(255, 255, 255);
  1425. _operationBottomBgView.hidden = YES;
  1426. }
  1427. return _operationBottomBgView;
  1428. }
  1429. -(void)isDel:(NSMutableArray *)array
  1430. {
  1431. WS(weakSelf);
  1432. UIAlertController *alertController = [UIAlertController alertControllerWithTitle:nil message:@"确认删除?" preferredStyle:UIAlertControllerStyleAlert];
  1433. UIAlertAction *cancel = [UIAlertAction actionWithTitle:@"取消" style:UIAlertActionStyleDefault handler:^(UIAlertAction *action) {
  1434. }];
  1435. UIAlertAction *ok = [UIAlertAction actionWithTitle:@"确定" style:UIAlertActionStyleDefault handler:^(UIAlertAction *action) {
  1436. [weakSelf chatListDelete:array];
  1437. }];
  1438. [alertController addAction:cancel];
  1439. [alertController addAction:ok];
  1440. [self presentViewController:alertController animated:YES completion:nil];
  1441. }
  1442. -(NSMutableArray *)chatListIMArray{
  1443. if(!_chatListIMArray){
  1444. _chatListIMArray = [[NSMutableArray alloc] init];
  1445. }
  1446. return _chatListIMArray;
  1447. }
  1448. -(NSMutableArray *)selectArray{
  1449. if(!_selectArray){
  1450. _selectArray = [[NSMutableArray alloc] init];
  1451. }
  1452. return _selectArray;
  1453. }
  1454. -(NSMutableArray *)dataArray{
  1455. if(!_dataArray){
  1456. _dataArray = [[NSMutableArray alloc] init];
  1457. }
  1458. return _dataArray;
  1459. }
  1460. - (MyTDGroupView *)SearchView
  1461. {
  1462. if (!_SearchView) {
  1463. _SearchView = [[MyTDGroupView alloc] initWithFrame:CGRectMake(0, 0, SCREEN_WIDTH, 36)];
  1464. }
  1465. return _SearchView;
  1466. }
  1467. - (void)getChatRecord{
  1468. }
  1469. #pragma mark - 接收通知跳转到群聊页面
  1470. - (void)pushEMChatViewController:(NSNotification *)notification
  1471. {
  1472. NSDictionary * groupDict = notification.userInfo;
  1473. NSString * groupId = [NSString stringWithFormat:@"%@",[groupDict objectForKey:@"GroupChatImId"]];
  1474. WS(weakSelf);
  1475. [[HttpManager sharedHttpManager] POSTUrl:Host(Group_chat_info) parameters:@{@"GroupChatImId":groupId} responseStyle:JOSN success:^(id _Nonnull responseObject) {
  1476. EMConversation *conversation = [[EMClient sharedClient].chatManager getConversation:[NSString stringWithFormat:@"%@",groupId] type: EMConversationTypeGroupChat createIfNotExist:YES];
  1477. EMConversationModel *model = [[EMConversationModel alloc] initWithEMModel:conversation];
  1478. EMChatViewController *controller = [[EMChatViewController alloc] initWithCoversationModel:model];
  1479. controller.toUserId = [[groupDict objectForKey:@"GroupChatImId"] integerValue];
  1480. controller.groupUserInfoArray = responseObject[@"Item"];
  1481. model.name = [groupDict objectForKey:@"Name"];
  1482. controller.GroupId = [[groupDict objectForKey:@"Id"] integerValue];
  1483. controller.chatType = ChatType_GroupChat;
  1484. controller.hidesBottomBarWhenPushed = YES;
  1485. [weakSelf.navigationController pushViewController:controller animated:YES];
  1486. } failure:^(NSError * _Nonnull error) {
  1487. }];
  1488. }
  1489. - (void)pushTDGroupController:(NSNotification *)notification
  1490. {
  1491. MyTDGroupViewController *vc = [[MyTDGroupViewController alloc] init];
  1492. vc.isPush = YES;
  1493. vc.pushDict = notification.userInfo;
  1494. [self.navigationController pushViewController:vc animated:NO];
  1495. }
  1496. //#pragma mark - 接收Drawer通知跳转到对应的子页面
  1497. //- (void)pushSubViewController:(NSNotification *)notification
  1498. //{
  1499. // ///@"站内信", @"通知", @"收藏",@"笔记", @"设置"
  1500. // NSInteger index = [[notification.userInfo objectForKey:VCINDEX] integerValue];
  1501. // switch (index) {
  1502. // case 0:
  1503. // {
  1504. // [self pushInterLeterVC];
  1505. // }
  1506. // break;
  1507. // case 1:
  1508. // {
  1509. // [self pushChatMsgNoticeVC];
  1510. // }
  1511. // break;
  1512. // default:
  1513. // break;
  1514. // }
  1515. //}
  1516. //#pragma mark - 跳转到站内信、通知页面
  1517. //- (void)pushInterLeterVC
  1518. //{
  1519. // TDInterLeterHomeViewController *vc = [TDInterLeterHomeViewController initChatMsgNoticeVC];
  1520. // vc.interLeterFolderId = 0;
  1521. // vc.hidesBottomBarWhenPushed = YES;
  1522. // [self.navigationController pushViewController:vc animated:YES];
  1523. //}
  1524. //- (void)pushChatMsgNoticeVC
  1525. //{
  1526. // ChatMsgListVC *vc = [ChatMsgListVC initChatMsgListVC];
  1527. // vc.hidesBottomBarWhenPushed = YES;
  1528. // [self.navigationController pushViewController:vc animated:YES];
  1529. //}
  1530. - (void)dealloc
  1531. {
  1532. [[EMClient sharedClient].chatManager removeDelegate:self];
  1533. [[EMClient sharedClient].groupManager removeDelegate:self];
  1534. [[EMConversationHelper shared] removeDelegate:self];
  1535. [[NSNotificationCenter defaultCenter] removeObserver:self];
  1536. }
  1537. @end