Hi Experts,
How to use a variable in @available(macOS ver, *), I do not want to hard code like this:
if (@available(macOS 10.16, *))
{
//...
}
Thanks a lot!
How to use a variable in @available(macOS ver, *), I do not want to hard code like this:
if (@available(macOS 10.16, *))
{
//...
}
Thanks a lot!