cancel
Showing results for 
Search instead for 
Did you mean: 

MAKIT iOS - pushSharingControllerWithViewController does not work

Former Member
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

We used the standard iOS mailing client option in the MFMailComposeViewController.

Nick

Answers (0)