SCSCasePublisherViewController Class Reference
Inherits from | UIViewController |
---|---|
Declared in | SCSCasePublisherViewController.h |
Overview
View controller that lets users create a case and submit it to Service Cloud.
This controller assumes that it will be presented within an instance of UINavigationController
.
If you aren’t pushing this controller onto a navigation controller stack, present it within
a new navigation controller instance.
SCSCasePublisherViewController caseController = [SCSCasePublisherViewController new]; UINavigationController navigationController = [[UINavigationController alloc] initWithRootViewController:caseController]; [self presentViewController:navigationController animated:YES completion:nil];
delegate
Delegate for the case publisher view controller.
@property (nonatomic, weak, nullable) NSObject<SCSCasePublisherViewControllerDelegate> *delegate
Declared In
SCSCasePublisherViewController.h