ChatKit-OC icon indicating copy to clipboard operation
ChatKit-OC copied to clipboard

ChatBar约束警告

Open FrankSwift opened this issue 7 years ago • 0 comments

Base Info for this issue

  1. ChatKit Version:v0.8.5
  2. App-ID: XX
  3. Language:Objective-C
  4. iOS System Version:iOS10
  5. Prototype(是否是真机):YES
  6. Issue Type:Crash、Bug、Enhancement(希望能支持一个新需求)、Q-A

1. How to repeat the problem.

在使用chatbar的使用有约束警告,例如:在点击加号按钮弹出MoreView的时候,出现警告。

Unable to simultaneously satisfy constraints. Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look at each constraint and try to figure out which you don't expect; (2) find the code that added the unwanted constraint or constraints and fix it. ( "<MASLayoutConstraint:0x1742ae2e0 LCCKChatBar:0x105b303e0.bottom == UIView:0x105e262a0.bottom - 271>", "<MASLayoutConstraint:0x1744b2c00 LCCKChatMoreView:0x105b3ba70.top == LCCKChatBar:0x105b303e0.bottom>", "<MASLayoutConstraint:0x1708a4920 LCCKChatMoreView:0x105b3ba70.top == UIView:0x105e262a0.bottom - 210>" )

2. Please help me in this way.

希望能消除警告

3. Here is a Demo.

4. Here is my Debug log

FrankSwift avatar Jul 12 '17 10:07 FrankSwift