<div dir="ltr">Hello!<div><br></div><div>I am working on porting my iOS app to iOS 10, using the new Notification framework. </div><div>However, I still want it to work on iOS 9.*.</div><div>So, I invoke both frameworks within if blocks. </div><div><br></div><div>When I switch to iOS 10 deployment, I get a series of &quot;deprecated&quot; warnings on the old API.</div><div>Is there a way in Swift to #ifdef the old API in case of deployment on iOS 10?</div><div>Something like:</div><div>#if SYSTEM_IOS10_OR_GREATER</div><div>etc.</div><div>Thank you for any help!</div><div><br></div><div>Martine</div><div>iOS/Android developer</div></div>