ios Programming
In this assignment you will implement your Higher-Lower game as an iOS app. Interface You will need a text field for the player's name and another for the value guessed. Be sure that the return key will dismiss the keyboard after entering the value. You will want to use a text view to display instructions for the user and another for the messages to the player after each guess. You will need a "play" button to start the game and enable guessing. You will want an "enter" button for processing the player's guess. Your guess field and button should be enabled by the play button. A possible layout is shown to the right. Play Instructions Here Message Hee You should ensure that any optional variables have been initialized do not contain nil) before using them. Make sure your instructions to the player are clear, complete and unambiguous. As usual your code should contain appropriate documentation and be formatted correctly and consistently. In this assignment you will implement your Higher-Lower game as an iOS app. Interface You will need a text field for the player's name and another for the value guessed. Be sure that the return key will dismiss the keyboard after entering the value. You will want to use a text view to display instructions for the user and another for the messages to the player after each guess. You will need a "play" button to start the game and enable guessing. You will want an "enter" button for processing the player's guess. Your guess field and button should be enabled by the play button. A possible layout is shown to the right. Play Instructions Here Message Hee You should ensure that any optional variables have been initialized do not contain nil) before using them. Make sure your instructions to the player are clear, complete and unambiguous. As usual your code should contain appropriate documentation and be formatted correctly and consistently