Forum Archive

Using objc_util

newtoonie

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?

ccc

https://developer.apple.com/reference is a place to start... These are not Python things but instead ObjectiveC / Swift endpoints.

newtoonie

Thanks :)