iOS Messaging Controller navigation animation | Community
Skip to main content

iOS Messaging Controller navigation animation

  • January 24, 2023
  • 3 replies
  • 0 views

Tapan11

Hi Everyone,

I want to push MessagingViewController. Right now as per the documentation we can just show/present the controller but there is no way to change the animation and also is there any way to change the Cancel button to Back (<-) button?  

 

3 replies

Eric27
  • January 25, 2023
Hey Tapan,

We don't support pushing the MessagingViewController into the existing navigation stack as it would mess with event observers. I'm going to leave this post open though to see if the community can come up with a suitable workaround. 
 
Sorry for the inconvenience, 

Tapan11
  • Author
  • January 25, 2023

Hi Eric,

Thanks for the reply.

Can we change Cancel text to the icon like back arrow?


Eric27
  • January 26, 2023
Hey Tapan,

Unfortunately not at this time. If you'd like to make a customizations to the UI, I'd suggest checking out our classic sdk and utilizing the API providers
 
Hope this helps!