<BCSharingViewDelegate> Protocol Reference
List of all members.
Member Function Documentation
- (void) closeSharingView |
|
|
|
|
When this method is called the BCSharingViewController wants to be closed. It is your job to remove it from your UIView and release it.
- (BOOL) shouldAnimateEmailComposePresentation |
|
|
|
|
This lets you customize how the in app email view is preseted. Either with an animation return YES or with out an animation return NO.
- (BOOL) shouldExitApplicationToSendEmail |
|
|
|
[optional] |
By default this is set to NO so the in app email view will be displayed. If you implement this delegate method and return YES your app will prompt the user to exit your application to use the Mail app.
- (UIViewController *) viewControllerToPresentEmailCompose |
|
|
|
|
When the in app email view is going to be displayed it needs a view to be presented modally from. Return the UIViewController you want the email view to be presented in.
The documentation for this protocol was generated from the following file: