集成问题有个疑问 时候用DEMO3.0 必须集成EaseUI 这个静态库?
EaseUI 静态库 集成 成功了, 拖了 一个Tabbarcontroller 把EaseUI 里面的 ViewController 文件夹里的EaseUsersListViewController.h 设置成了 storyboard 里面 ViewController 的类
然后出现Warning! ivar size mismatch in PSUICollectionView_ - can't change the superclass. 警告!
模拟器什么也没显示。 是不是必须要
EaseMessageViewController *chatController = [[EaseMessageViewController alloc] initWithConversationChatter:@"8001" conversationType:eConversationTypeChat];
这句话 然后 才能正确的创建EaseMessageViewController 那在storyboard 应该如何设置(不打算用纯代码创建ViewController)
然后出现Warning! ivar size mismatch in PSUICollectionView_ - can't change the superclass. 警告!
模拟器什么也没显示。 是不是必须要
EaseMessageViewController *chatController = [[EaseMessageViewController alloc] initWithConversationChatter:@"8001" conversationType:eConversationTypeChat];
这句话 然后 才能正确的创建EaseMessageViewController 那在storyboard 应该如何设置(不打算用纯代码创建ViewController)
没有找到相关结果
已邀请:
1 个回复
[已注销]