REComposeViewController
REComposeViewController copied to clipboard
Example of issue with presented view controller
This is an example of erroneous behavior. I add 4th button and new view controller. Tap on button presents view controller modally. In modal view controller I try to present REComposeViewController throw presentFromRootViewController and see nothing. After dismiss modal view controller, REComposeViewController appears. I know why this bug appears, but I don't know how fix it better