Skip to content

Fixed separator line height#667

Merged
zhongwuzw merged 2 commits intoMessageKit:developmentfrom
zhongwuzw:separatorLine
Apr 30, 2018
Merged

Fixed separator line height#667
zhongwuzw merged 2 commits intoMessageKit:developmentfrom
zhongwuzw:separatorLine

Conversation

@zhongwuzw
Copy link
Member

Closes #578 , fixed #446 .


// The constraints within the MessageInputBar
separatorLine.addConstraints(topAnchor, left: leftAnchor, right: rightAnchor, heightConstant: 1)
separatorLine.addConstraints(topAnchor, left: leftAnchor, right: rightAnchor)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this change the default appearance?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope.

Copy link
Member

@SD10 SD10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌 :shipit:

@zhongwuzw zhongwuzw merged commit a9a68f6 into MessageKit:development Apr 30, 2018
@zhongwuzw zhongwuzw deleted the separatorLine branch April 30, 2018 16:31
idanzhu pushed a commit to idanzhu/MessageKit that referenced this pull request Jun 5, 2018
* upstream/master: (113 commits)
  Rewrite issue template to a HTML comment
  Make LabelAlignment initializer public
  Update FAQ how to hide AvatarView
  Update VISION.md for networking/caching beliefs
  Release 1.0.0-beta.1
  Remove old docs and update quickstart
  Fixed separator line height (MessageKit#667)
  Revert .bottom change and remove arg
  Add another entry and update example
  Add CHANGELOG entry
  Fix failing tests
  Rename cellBottomLabel
  Fix cellContentHeight calculations
  Add cellTop/messageLabelTop/cellBottom case for avatar vertical position
  Add cellTopLabel and rename topLabel to messageTopLabel
  Renamed MessageData to MessageKind
  Remove NSAttributedString height(considering) extention method
  Reduce the number of calculation for label size
  Update Example swiftlint config
  Fix ChatExample for SwiftLint
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants