I'm using LGSemiModalNavController for the majority of my modal view controllers within my app. I want to display the Message Composer in this view controller as well. It basically means that the message composer will only pop half way up.
Is this possible? I've tried embedding message composers and image pickers (basically any of the in build view controllers) in the SemiModalNavControllers and it just isn't working. I keep getting the error 'Cannot push a nav controller" (when it is working for other view controllers embedded in the same way).
Thanks in advance.
pushViewController:animated:
orpresentViewController:animated:completion
? – hzwzw