Using objc_util
-
Im new to this but I noticed in the Examples that there are classes like 'UIDevice' , 'UIScreen', etc.
Is there a list or web page of these ObjC classes and its attributes that I can refer to?
-
https://developer.apple.com/reference is a place to start... These are not Python things but instead ObjectiveC / Swift endpoints.
-
Thanks :)