How fast is if #available(iOS 13.0, *)
, or checking any iOS version? Is it as fast as a set bool?
Say if you have a real time camera effect running and every frame it checks using #available
, is that more taxing than using a set boolean?
How fast is if #available(iOS 13.0, *)
, or checking any iOS version? Is it as fast as a set bool?
Say if you have a real time camera effect running and every frame it checks using #available
, is that more taxing than using a set boolean?