You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.
hey @girishghoda it's work for me...
You just add this code in you podfile
post_install do |installer|
installer.pods_project.targets.each do |target|
if target.name == 'NMessenger'
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '3.0'
end
end
end
end
Hey @atainter
I have issue with message bubble view, actually bubble view not show & it work perfeactly in your github example
Step 1 : Create MessageNode
let textContent = TextContentNode(textMessageString: "Hi", currentViewController: self, bubbleConfiguration: self.sharedBubbleConfiguration)
textContent.isIncomingMessage = isIncoming
Step 2: Add message to messageview
let footer = ASTextNode()
footer.attributedText = NSAttributedString(string: "Sending") //text indicate sending
ScreenShot :
Please any help or suggestion as soon as possible
Thanks
The text was updated successfully, but these errors were encountered: