Inherits from NSObject
Declared in MMSocialMediaService.h
MMSocialMediaService.m

Overview

  • A helper class that is a wrapper

  • around SLComposeViewController

  • that allows a user to share MyMenu

  • related content.

Class Methods

shareMenuItem:

  • A helper method that configures an
+ (UIViewController *)shareMenuItem:(MMMenuItem *)menuItem

Discussion

  • SLComposeViewController to share

  • a menu item. A view controller must

  • then present the returned view controller.

*

  • @param menuItem The menu item to share.

*

  • @return A UIViewController that is

  •    configured to share the provided menu
    
  •    item.
    

*

  • See presentViewController:animated:completion:

  • of UIViewController to use the resulting

  • SLComposeViewController.

Declared In

MMSocialMediaService.h