Posts

Post not yet marked as solved
5 Replies
1.5k Views
Hi,I’m working on a static library, we are supporting it from Xcode 7.3 but when I used iOS 13 APIs (UIStatusBarManager) by using if (@available(iOS 13.0, *)) even though I’m getting compile errors when I build the project below Xcode 11 version.Could you please help how we can support the library from Xcode 7.3 even if we use iOS 13 APIs also?Are there any Macros available for iOS version comparison by code level?Thanks,Aruna
Posted
by Aruna Y.
Last updated
.