KieranLafferty / KLNoteViewController

A view controller that organizes multiple navigation controllers in a stack inspired by Evernote 5.0 app
Other
923 stars 147 forks source link

Issue when adding new view controller #7

Closed divanac closed 11 years ago

divanac commented 11 years ago

I have added a new view controller for the each card. I am experiencing an issue in one of the view controllers. When I present the MFMailComposeViewController, the mail composer doesn't respond to any touches. I cant dismiss or send an email. I cant edit the content of the to, subject of email body.

Strange things are also happening when I present the twitter and facebook composer. With the facebook view composer, I can modify the text but the 'Cancel' and 'Post' buttons are not enabled. Whereas the twitter composer works.

divanac commented 11 years ago

Fixed. False alarm sorry.