Must have NavigationController?!?!
gran33 opened this issue · 2 comments
gran33 commented
Why this implementation strict me to use NavigationController???
I want to present CTFeedbackViewController modally...
Hope it's will be changed :/
10x any way.
buh commented
You can easily wrap around by UINavigationController
and present modally.
sean-hill commented
Here's a way to wrap it in a UINavigationController
in case anyone cared.