ChatMsgListVC.m 70 KB

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