Skip to content

swift_bridgeObjectRelease(__)

0x41c edited this page Feb 28, 2022 · 1 revision

swift_bridgeObjectRelease(_:)

Decrements the strong retain count of a bridged object by one, or frees the memory if there are no longer any retains.

@_silgen_name("swift_bridgeObjectRelease")
public func swift_bridgeObjectRelease(
    _ value: AnyObject
)

Parameters

  • value: A bridged object (Any objective-c object).
Types
Protocols
Global Typealiases
Global Functions
Clone this wiki locally