rizumita/CTFeedback

Must have NavigationController?!?!

gran33 opened this issue · 2 comments

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.

Here's a way to wrap it in a UINavigationController in case anyone cared.