so yeah i'm new to swift, and i'm developing an iOS application for my final project my problem is as follows:
the app ask the user when he/she sign up to specify which gender male/female, the value stored in the User Class in parse under a column named "gender".
in my app, males and females will not have the same menu and interface. based on that, i want to check when the user login wether he/she are a male or a female and then redirect each one to the related interface.
i couldn't figure out the right query for that, any help will be appreciated. thank you