indievox-inc / TabBarSplitViewController

Adaptive UISplitViewController with UITabBarController as primary view controller.
MIT License
18 stars 3 forks source link

input message bar not appearing #6

Open Zulqurnain24 opened 3 years ago

Zulqurnain24 commented 3 years ago

input message bar not appearing when we make ChatViewController from messagekit(https://github.com/MessageKit/MessageKit) as detailview in splitviewcontroller

I am using this code: tabBarSplitViewController?.showDetailViewController(basicExampleViewController, sender: .none)

where basicExampleViewController is inherting from ChatViewController Your help will be truly appreciated. Thanks