dimanche 23 août 2015

If NSNumber is between two values

What is the correct if statement to compare a NSNumber is between two values? For example between 33 and 66?

if ([myNumber intValue] < 33) {

        }

Thanks!

Aucun commentaire:

Enregistrer un commentaire