Hi guys,
I'm trying to make an IPHONE app that would load two text files and always give you a random word (set it as the UILabel) from one of them. You will have to guess if it is from text file A or text file B. I want there to be only two buttons A and B. If your guess is right, it adds a point to integer "right" and if you are wrong it adds a point to int "wrong". I'm pretty new to iOS programming, and I have no clue to do this, mostly the part where the app takes a random word from the text a or b, and I'm also not sure how to distinguish if the users guess was right or not. I am able to create a simple interface and write some code towards it.
Any advice how to do that kind of apps?
I'm trying to make an IPHONE app that would load two text files and always give you a random word (set it as the UILabel) from one of them. You will have to guess if it is from text file A or text file B. I want there to be only two buttons A and B. If your guess is right, it adds a point to integer "right" and if you are wrong it adds a point to int "wrong". I'm pretty new to iOS programming, and I have no clue to do this, mostly the part where the app takes a random word from the text a or b, and I'm also not sure how to distinguish if the users guess was right or not. I am able to create a simple interface and write some code towards it.
Any advice how to do that kind of apps?