Inside the Sharekit ‘s SHK file, there’s a function called ShowViewController which bring the Mailcontroller up.
In SHKMail
[[SHK currentHelper] showViewController:mailController];
In the SHK file
// Show the nav email controller
[topViewController presentModalViewController:vc animated:YES];
vc is the viewcontroller of the Mail.
I checked both the topviewController and vc are valid, however, nothing show up when the email button of the sharekit is clicked.
I tried like this and it was working for me and hope it should work for you as well
I do not know why my above code is not working for you.
Okay try this code, should work