Commit 9e2b356f6eb695fd77291505210cf703b6404196

Authored by daojian
1 parent 80063400

0.5.9 修改高度

CNLiveNewIMAManagerKit.podspec
@@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
8 8
9 Pod::Spec.new do |s| 9 Pod::Spec.new do |s|
10 s.name = 'CNLiveNewIMAManagerKit' 10 s.name = 'CNLiveNewIMAManagerKit'
11 - s.version = '0.5.8' 11 + s.version = '0.5.9'
12 s.summary = 'A short description of CNLiveNewIMAManagerKit.' 12 s.summary = 'A short description of CNLiveNewIMAManagerKit.'
13 13
14 #s.description = <<-DESC 14 #s.description = <<-DESC
CNLiveNewIMAManagerKit/Classes/TIMCategory/IMAConversation+ShowAPIs.m
@@ -104,7 +104,7 @@ @@ -104,7 +104,7 @@
104 } 104 }
105 else if ([recerive isEqualToString:CNWithService]) 105 else if ([recerive isEqualToString:CNWithService])
106 { 106 {
107 - return @"服务"; 107 + return @"服务通知";
108 } 108 }
109 else if ([recerive isEqualToString:CNWithVideo]) 109 else if ([recerive isEqualToString:CNWithVideo])
110 { 110 {
CNLiveNewIMAManagerKit/Classes/TIMCategory/TIMElem+ShowAPIs.m
@@ -551,6 +551,10 @@ @@ -551,6 +551,10 @@
551 { 551 {
552 return [NSClassFromString(@"CNOrderRemindCell") class]; 552 return [NSClassFromString(@"CNOrderRemindCell") class];
553 } 553 }
  554 + else if (msg.type == EIMAMSG_LiveRemind)
  555 + {
  556 + return [NSClassFromString(@"CNSeviceNoticeCell") class];
  557 + }
554 else if (msg.type == EIMAMSG_CommuntyOrder) 558 else if (msg.type == EIMAMSG_CommuntyOrder)
555 { 559 {
556 return [NSClassFromString(@"CNCommuntyMessageCell") class]; 560 return [NSClassFromString(@"CNCommuntyMessageCell") class];
@@ -837,6 +841,11 @@ @@ -837,6 +841,11 @@
837 return CGSizeMake(width, (180+10)*RATIO); 841 return CGSizeMake(width, (180+10)*RATIO);
838 } 842 }
839 break; 843 break;
  844 + case EIMAMSG_LiveRemind:
  845 + {
  846 + return CGSizeMake(width, (180+10)*RATIO);
  847 + }
  848 + break;
840 case EIMAMSG_CommuntyOrder: 849 case EIMAMSG_CommuntyOrder:
841 { 850 {
842 NSDictionary * repairOrderDict = [packMsg.customMsgData objectForKey:@"repairOrder"]; 851 NSDictionary * repairOrderDict = [packMsg.customMsgData objectForKey:@"repairOrder"];