What's New / App Services, Foundation & Diagnostics

What's new in StickerKit

+1 New−5 RemovediOS

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.

New

1
typealias

Allocator

NewiOS
public typealias Allocator = () -> TranscodeSessionPair?

Removed

5
protocol

AvatarEditorViewControllerDelegate

RemovediOS
public protocol AvatarEditorViewControllerDelegate : NSObjectProtocol
RemovedAbsent from the 27 SDK interface. Declaration shown is from the 26 SDK.
Declaration
public protocol AvatarEditorViewControllerDelegate : NSObjectProtocol {

    func avatarEditorRemoteViewControllerShouldDismiss()
}
var

delegate

RemovediOS
weak public var delegate: (any AvatarEditorViewControllerDelegate)?
RemovedAbsent from the 27 SDK interface. Declaration shown is from the 26 SDK.
func

viewDidLoad

RemovediOS
override dynamic public func viewDidLoad()
RemovedAbsent from the 27 SDK interface. Declaration shown is from the 26 SDK.
func

viewWillAppear

RemovediOS
override dynamic public func viewWillAppear(_ animated: Bool)
RemovedAbsent from the 27 SDK interface. Declaration shown is from the 26 SDK.
func

AvatarEditorViewControllerDelegate.avatarEditorRemoteViewControllerShouldDismiss

RemovediOS
func avatarEditorRemoteViewControllerShouldDismiss()
RemovedAbsent from the 27 SDK interface. Declaration shown is from the 26 SDK.

No APIs match your filter.

← More in App Services, Foundation & Diagnostics