CIS280 Labs and Assignments
Week 2
In-Class Exercise
- Go to In-Class Exercise
- Click “Download Zip” from github website(Place on your desktop)
- Right click on .xcodeproj and open with latest version of XCode on your Mac
- We will go over app in class and have you change the comments with your information
- Compress/Rename (lastname.zip) and Submit Below
Take Home Assignment
SOURCE CODE: Download Here
- Create an new Ipad app named: WebBrowserPad. This app allows user to enter an URL in a textbox, click a button and see website using UIWebView
- Objects Needed
- UITextField: txtURL
- UIButton: btnGo – Go
- UIWebView
- Check if URL Exists. You will use an alert.
- Add need code to ..xib, m and .h files
- compress project folder, rename [last name][week #].zip, submit
Challenge: Add Back, Forward and Home Buttons (Home button goes to RVC website)