AppDelegate 文件中,粘贴下列代码到 application:didFinishLaunchingWithOptions 函数内即可。
//添加输入框底部「拍摄/照片/位置」插件,用于发送图片与位置信息
[LCCKInputViewPluginTakePhoto registerSubclass];
[LCCKInputViewPluginPickImage registerSubclass];
[LCCKInputViewPluginLocation registerSubclass];
文档中也有说明:ChatKit 使用指南 · iOS。