skip to Main Content

Xcode – How to find iOS header files

in Xcode, given a type or a method name, how can I determine the header file(s) to use? For example, if I add either of these lines to my Xcode project 1. AVAuthorizationStatus authStatus = [AVCaptureDevice authorizationStatusForMediaType:AVMediaTypeVideo]; 2. AudioServicesPlaySystemSound(kSystemSoundID_Vibrate); the…

VIEW QUESTION
Back To Top
Search