spierce7
07/15/2018, 6:46 PMval windowInfoList = CGWindowListCopyWindowInfo(kCGWindowListOptionAll, kCGNullWindowID)!!
windowInfoList
is of type CFArrayRef
, and no matter what I do I can't figure out how to use it / get at the items in the array. Any help would be appreciated. Here is the documentation for the function: https://developer.apple.com/documentation/coregraphics/1455137-cgwindowlistcopywindowinfoAnaR
07/15/2018, 8:26 PMAnaR
07/15/2018, 8:29 PMspierce7
07/15/2018, 8:44 PMspierce7
07/16/2018, 2:09 PM