Skip to content
This repository was archived by the owner on Jul 2, 2019. It is now read-only.

Commit 49a3bd2

Browse files
authored
Merge pull request #203 from ChenYilong/master
cache chat view cell height with key
2 parents 72053ab + 35712d9 commit 49a3bd2

File tree

189 files changed

+230
-201
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

189 files changed

+230
-201
lines changed

ChatKit 自定义业务.md

Lines changed: 19 additions & 1 deletion

ChatKit-OC/Example/AppDelegate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// LCChatKitExample.m
33
// LeanCloudChatKit-iOS
44
//
5-
// v0.8.3 Created by ElonChan (微信向我报BUG:chenyilong1010) on 16/2/24.
5+
// v0.8.5 Created by ElonChan (微信向我报BUG:chenyilong1010) on 16/2/24.
66
// Copyright © 2016年 LeanCloud. All rights reserved.
77
//
88

ChatKit-OC/Example/AppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// AppDelegate.m
33
// LeanCloudChatKit-iOS
44
//
5-
// v0.8.3 Created by ElonChan (微信向我报BUG:chenyilong1010) on 16/2/2.
5+
// v0.8.5 Created by ElonChan (微信向我报BUG:chenyilong1010) on 16/2/2.
66
// Copyright © 2016年 LeanCloud. All rights reserved.
77
//
88

ChatKit-OC/Example/Class/Model/LCCKUser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// LCCKUser.h
33
// LeanCloudChatKit-iOS
44
//
5-
// v0.8.3 Created by ElonChan (微信向我报BUG:chenyilong1010) on 16/3/9.
5+
// v0.8.5 Created by ElonChan (微信向我报BUG:chenyilong1010) on 16/3/9.
66
// Copyright © 2016年 LeanCloud. All rights reserved.
77
//
88

ChatKit-OC/Example/Class/Model/LCCKUser.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// LCCKUser.m
33
// LeanCloudChatKit-iOS
44
//
5-
// v0.8.3 Created by ElonChan (微信向我报BUG:chenyilong1010) on 16/3/9.
5+
// v0.8.5 Created by ElonChan (微信向我报BUG:chenyilong1010) on 16/3/9.
66
// Copyright © 2016年 LeanCloud. All rights reserved.
77
//
88

ChatKit-OC/Example/Class/Module/Customize/CustomizedConversationBackground/LCCKInputViewPluginConversationBackground.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// LCCKInputViewPluginVCard.h
33
// ChatKit-OC
44
//
5-
// v0.8.3 Created by ElonChan (微信向我报BUG:chenyilong1010) on 16/8/12.
5+
// v0.8.5 Created by ElonChan (微信向我报BUG:chenyilong1010) on 16/8/12.
66
// Copyright © 2016年 LeanCloud. All rights reserved.
77
//
88

ChatKit-OC/Example/Class/Module/Customize/CustomizedConversationBackground/LCCKInputViewPluginConversationBackground.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// LCCKInputViewPluginPickImage.m
33
// Pods
44
//
5-
// v0.8.3 Created by ElonChan (微信向我报BUG:chenyilong1010) on 16/8/11.
5+
// v0.8.5 Created by ElonChan (微信向我报BUG:chenyilong1010) on 16/8/11.
66
//
77
//
88

ChatKit-OC/Example/Class/Module/Customize/CustomizedMessage/VCardMessage/Model/LCCKVCardMessage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// LCCKVCardMessage.h
33
// ChatKit-OC
44
//
5-
// v0.8.3 Created by ElonChan (微信向我报BUG:chenyilong1010) on 16/8/10.
5+
// v0.8.5 Created by ElonChan (微信向我报BUG:chenyilong1010) on 16/8/10.
66
// Copyright © 2016年 LeanCloud. All rights reserved.
77
//
88

ChatKit-OC/Example/Class/Module/Customize/CustomizedMessage/VCardMessage/Model/LCCKVCardMessage.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// LCCKVCardMessage.m
33
// ChatKit-OC
44
//
5-
// v0.8.3 Created by ElonChan (微信向我报BUG:chenyilong1010) on 16/8/10.
5+
// v0.8.5 Created by ElonChan (微信向我报BUG:chenyilong1010) on 16/8/10.
66
// Copyright © 2016年 LeanCloud. All rights reserved.
77
//
88

ChatKit-OC/Example/Class/Module/Customize/CustomizedMessage/VCardMessage/View/LCCKInputViewPluginVCard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// LCCKInputViewPluginVCard.h
33
// ChatKit-OC
44
//
5-
// v0.8.3 Created by ElonChan (微信向我报BUG:chenyilong1010) on 16/8/12.
5+
// v0.8.5 Created by ElonChan (微信向我报BUG:chenyilong1010) on 16/8/12.
66
// Copyright © 2016年 LeanCloud. All rights reserved.
77
//
88

0 commit comments

Comments
 (0)