VMF_Base_Activity
class VMF_Base_Activity : UIActivity
We can present a custom activity, that allows the user to add the meeting to their calendar.
-
The controller that “owns” this instance.
Declaration
Swift
weak var myController: VMF_MeetingInspectorViewController?
-
Initializer
Declaration
Swift
init(myController inMyController: VMF_MeetingInspectorViewController?)
Parameters
myController
The controller that “owns” this activity.
actionButton
The action button for the screen. We use it to anchor an iPad popover (Can be omitted).
-
The basic category for this activity (an action line).
Declaration
Swift
override class var activityCategory: UIActivity.Category { get }