iOS-Runtime-Headers icon indicating copy to clipboard operation
iOS-Runtime-Headers copied to clipboard

iOS Objective-C headers as derived from runtime introspection

Results 58 iOS-Runtime-Headers issues
Sort by recently updated
recently updated
newest added

``` NSBundle *b = [NSBundle bundleWithPath:@"/System/Library/PrivateFrameworks/Sharing.framework"]; BOOL success = [b load]; Class SFRemoteHotspotSession=NSClassFromString(@"SFRemoteHotspotSession"); ``` How do i implement the following method to enable hotspot:- `- (void)enableHotspotForDevice:(id)arg1 withCompletionHandler:(id /* block */)arg2;`

Hi! I'm trying to use a private header (BluetoothManager) in a Swift 3 project, but when I try to use any of the methods, the build fails with the following...

Hi everyone, I would like to know if by including this package in my iOS project, I will be able to actually run these methods - these methods are then...

Hello. I want to use some feature that seems to be available from the MobileWifi.framework (connecting to a WiFi, scanning nearby wifi) but can't find it here. Is it deprecated?...

Is there anyway to get IOKit in this headers list?