Forked from IamMarik/printObjectMemoryAddress.swift
Created
November 22, 2022 16:17
-
-
Save tahirmt/4d900fee972f176c7ecd9113fba1740b to your computer and use it in GitHub Desktop.
print object memory address #swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
print(Unmanaged.passUnretained(self).toOpaque()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment