typealias
NewiOS
Allocator
NewiOSpublic typealias Allocator = () -> TranscodeSessionPair?What's New / App Services, Foundation & Diagnostics
StickerKit provides interfaces for editing stickers and avatars on Apple platforms, including an avatar editor view controller surface implied by its symbol names.
The 27 SDK adds one API, Allocator, and removes five. The removals are the AvatarEditorViewControllerDelegate protocol, its avatarEditorRemoteViewControllerShouldDismiss method, the delegate property, and the viewDidLoad and viewWillAppear lifecycle members. Nothing was deprecated; the removed avatar-editor delegate symbols are gone rather than marked obsolete.
Allocatorpublic typealias Allocator = () -> TranscodeSessionPair?AvatarEditorViewControllerDelegatepublic protocol AvatarEditorViewControllerDelegate : NSObjectProtocolpublic protocol AvatarEditorViewControllerDelegate : NSObjectProtocol {
func avatarEditorRemoteViewControllerShouldDismiss()
}delegateweak public var delegate: (any AvatarEditorViewControllerDelegate)?viewDidLoadoverride dynamic public func viewDidLoad()viewWillAppearoverride dynamic public func viewWillAppear(_ animated: Bool)AvatarEditorViewControllerDelegate.avatarEditorRemoteViewControllerShouldDismissfunc avatarEditorRemoteViewControllerShouldDismiss()No APIs match your filter.