Fix: Allow required initializator methods @ Views.#905
Fix: Allow required initializator methods @ Views.#905zhongwuzw merged 1 commit intoMessageKit:developmentfrom
Conversation
|
@talanov Please add a |
|
Thanks for accepting pull request! I don't think it's really worth mentioning, since it's 1 line of code. :) |
|
OK, now it's 2 lines of code. |
|
Are there any other |
|
Fixed other similar issues. |
|
@talanov If you could make those changes today that would be awesome so we could include it in the next release tomorrow! |
|
@nathantannar4 Done. |
CHANGELOG.md
Outdated
|
|
||
| - Fixed `MessagesCollectionView` to allow to use nibs with `MessageReusableView`. | ||
| [#832](https://github.com/MessageKit/MessageKit/pull/832) by [@maxxx777](https://github.com/maxxx777). | ||
| - Fixed crash at `AvatarView`, when `AvatarView` is being called from another XIB. [#905](https://github.com/MessageKit/MessageKit/pull/905) by [@talanov](https://github.com/talanov). |
nathantannar4
left a comment
There was a problem hiding this comment.
Just amend the CHANGELOG to reflect that multiple crash fixes were made
|
Done. |
67a5e2c to
3040d15
Compare
…ayButton Views, MessageContent, MessageCollectionView Cells, MessagesCollectionViewFlow Layout.
|
Rebased. Done. |
|
Thank you for contributing to MessageKit! I've invited you to join the MessageKit GitHub organization - no pressure to accept! If you'd like more information on what that means, check out our contributing guidelines and join the MessageKit Slack channel. Feel free to reach out if you have any questions! 😃 |
What does this implement/fix? Explain your changes.
Removes crash, if calling AvatarView from another XIB.
Does this close any currently open issues?
No.
Any relevant logs, error output, etc?
Crash: Line 156 @ AvatarView.swift
Any other comments?
Nope.
Where has this been tested?
Devices/Simulators: iPx, iPxr, iPxs, iP6, iP6+
iOS Version: 11-12
Swift Version: 4.2
MessageKit Version: Last