For my app, I want to support for iOS7 and iOS8. I have set the deployment target to iOS7, however Xcode does not highlight to me methods which are only available on iOS8 (causing the app to crash in iOS7, example using [NSString containsString]).
In Android Studio, if you have set the minSDK, it shows you a warning if you are using methods that are only added in newer versions. I have tried searching around, but I can't really seem to find anything useful. I feel I might be missing something basic here.