-
Notifications
You must be signed in to change notification settings - Fork 272
changing to swift 4 apis and semantics #161
base: master
Are you sure you want to change the base?
Conversation
Thanks so much @austinzheng for fixing He was kind enough to give me the proper diffs to help me fix this. This is ready for you guys to use it looks like! And certainly ready for a review! |
hey, it should be merge one day :) |
There’s a problem where one of the cells doesn’t have the right height. You
should checkout this branch and give it a run to see the issue
On Sat, Nov 25, 2017 at 2:22 PM Oleg Gorbatchev ***@***.***> wrote:
hey, it should be merge one day :)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#161 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ACFSMcSwKXbwnaSPljGYUYp6R-pKrY12ks5s6K9fgaJpZM4PsvfW>
.
--
Maximilian Alexander
[email protected]
www.maxofeden.com
|
I have verified that grouped messages are not displayed when sent. The first load works fine, but when you send several consecutive messages they do not get to show. You can check it with the MessagesGroup example. |
Any idea how to fix that UI glitch? i guess this is happened because of the Texture (ASDK) update.. and i found this in the MessageGroup class |
Well, it seems adding |
@artanisdesign I added it and that did the trick 🎊 . Committed and pushed! |
Hey.. that pod says "Alamofire".. Mistake? |
@jacobo360 fixed. Thank you |
Will this be merged into the main code base? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So if you want Swift 4 today. You can install it like so:
Instructions for Carthage
github "mbalex99/NMessenger" "swift4"
@@ -1 +1 @@ | |||
github "facebook/AsyncDisplayKit" "1.9.92" | |||
github "texturegroup/texture" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why no version here? The .podspec
has it.
s.dependency "Texture", "2.5"
@@ -400,9 +406,22 @@ | |||
files = ( | |||
); | |||
inputPaths = ( | |||
"${SRCROOT}/Pods/Target Support Files/Pods-MessageGroups/Pods-MessageGroups-frameworks.sh", | |||
"${BUILT_PRODUCTS_DIR}/LoremIpsum/LoremIpsum.framework", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any idea "whose dependency is LoremIpsum.framework
" ?
@tyronegroves , unfortunately, eBay takes actions really slowly. From time to time I start thinking they have abandoned this project (( P.S. Then one of them writes a comment. And again - the silence for months. |
Actually, we can just switch to the "mbalex99/NMessenger" repo, merge all PRs from this one there, etc. In other words, an independent fork should be a way to go if there were a volonteer maintainer. |
Well I will try to find something else |
changing to swift 4 apis and semantics
The UI is a tiny bit wonky. I could use some help fixing stuff :-)Update Thanks to @artanisdesign and @austinzheng for all the tiny fixes that totally eluded me!
So if you want Swift 4 today. You can install it like so: