I am building my first iOS app (other than just samples etc) that I will try to put on the app store. I will make this for iPhone/ipad and using iOS 5.0.
I was thinking of having my app have tabbed views. I will have a basic users and a “member” user. The member user would have access to a feature/view/data that a basic user does not. I am looking for two things. One, some ideas on a best way to protect/hide this from the basic user and two, some technical code help too on how to do it. I have had an idea that I could possibly have one pin code that all members know or even do an id/password where I keep that info in a plist or something and then I could in viewdidload (maybe?) cause a modal view to come up and challenge the person before letting them see the view/data.
Looking for any ideas.
Implement this delegate method, then use logic to decide whether to return YES or NO: