Skip to Content
0
Former Member
Nov 28, 2012 at 01:22 PM

MAKIT iOS - pushSharingControllerWithViewController does not work

30 Views

Hi All,

We are working on a project where we are using the MAKIT framework for chart creations.

Everything works really fine and nice!

There is one thing we want our own button to mail the chart.

Therefore we searched in the example code and the online guide of infocenter.sybase.com

But once we execute the current code, nothing happens really nothing...

MAMailSharingController *sharingCtrl = [[MAMailSharingController alloc] init];

sharingCtrl.subject = self.chart.title;

[sharingCtrl pushSharingControllerWithViewController:self andDelegate:self forView:self.chart];

Anybody who got's information please let me know.

Thanks

Nick