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.
I have created custom bubble shape. I am trying to modify the existing bubble shape by reloading self.messageTable.reloadRows(at: indexPath with: animation) in completion block of func animateLayoutTransition(_ context: ASContextTransitioning) like var temp = self.messages[self.messages.count-2] as? MessageNodetemp?.contentNode?.backgroundBubble = temp?.contentNode?.bubbleConfiguration.getMiddleBubble() in MessageGroup.swift. But, It is not taking effect. Is there any alternative to achieve this? I am trying to make the chat bubbles similar to Facebook messenger chat bubbles (dynamically changing shape).
The text was updated successfully, but these errors were encountered:
pvsantosh
changed the title
Update backgroundBubble shape
Update Existing backgroundBubble shape
Jan 24, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have created custom bubble shape. I am trying to modify the existing bubble shape by reloading
self.messageTable.reloadRows(at: indexPath with: animation)
in completion block offunc animateLayoutTransition(_ context: ASContextTransitioning)
likevar temp = self.messages[self.messages.count-2] as? MessageNode
temp?.contentNode?.backgroundBubble = temp?.contentNode?.bubbleConfiguration.getMiddleBubble()
in MessageGroup.swift. But, It is not taking effect. Is there any alternative to achieve this? I am trying to make the chat bubbles similar to Facebook messenger chat bubbles (dynamically changing shape).The text was updated successfully, but these errors were encountered: