Name

typealias Notification.Name = NSNotification.Name
  • Posted when an instance of PhotoEditPreviewController lays out its subviews. The notification object is the view controller that layed out its subviews.

    Declaration

    Swift

    static var PESDKPhotoEditPreviewControllerDidLayoutSubviews: Notification.Name
  • Posted when a sprite view was selected. The notification object is the view that was selected.

    Declaration

    Swift

    static var PESDKDidSelectSpriteView: Notification.Name
  • Posted after the available StickerCategories have changed

    Declaration

    Swift

    static let StickerCategoriesDidChange: Notification.Name