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

Hy everbody, unfortunately the sample for loading classes from a private framework no longer works by the use of iOS 7. Any idea for this? Thanks :)

I just can't figure out how to use these private APIs in my project. Could someone put together a decent tutorial so newbies on this field could get started? It...

I use SBFBackdropStatisticsProvider like this: NSBundle *b = [NSBundle bundleWithPath:@"/System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation"]; or NSBundle *b = [NSBundle bundleWithPath:@"/System/Library/PrivateFrameworks/SpringBoardFoundation.framework"]; but b is nil ,any help plz!

I've imported the private directories -- Frameworks,PrivateFramewoks and lib resulting in what my title said. and..it'd be the same where I've referenced "Foundation/Foundation.h". Waiting 4 ur answer ;-)

I have allocated frequency range , and i want to communicate on this particular frequency range.Is it possible in iOS devices ? Is Radio Station framework interface provides way to...

Hi Nicolas Seriot, how could I get the top most app bundle id and it's run time(on ios 9.1)? I found a header file in the folder AppLaunchStats.framewok, whose name...

Can any one guide me on how can i add this headers into my application and how can i use those, for Sample please take below code as example and...

Hi. I'm trying to get access to the CoreTelephony framework with the sample code in the README file but it's failing since CoreTelephony.framework does not have a class method named...

Hi, all: We used /System/Library/PrivateFrameworks/PowerlogLoggerSupport.framework to get the battery usage on iOS 6/7, but now it's gone in iOS 8 private frameworks. Do you know if there's any alternative? Or...

Hello. I'm trying to develop an app(won't make it to the AppStore) via Xcode(v7.1 beta 3) which will use the dumbed CoreTelephony headers. I've copied(replaced the dumbed ones with the...