iOS-NBUCore icon indicating copy to clipboard operation
iOS-NBUCore copied to clipboard

Convenience macros, functions and API availability checks for iOS projects.

Results 1 iOS-NBUCore issues
Sort by recently updated
recently updated
newest added

hi, i just use this simple code to test, but get no warnings: my baseSDK is ios8.2 and deployment target is 6.0.. ``` UIView *testView = [[UIView alloc] initWithFrame:self.window.bounds]; [testView...

bug