CIS280 Labs and Assignments

 


Week 2

In-Class Exercise

Watch Podcast

  1. Go to In-Class Exercise
  2. Click “Download Zip” from github website(Place on your desktop)
  3. Right click on  .xcodeproj  and open with latest version of XCode on your Mac
  4. We will go over app in class and have you change the comments with your information
  5. Compress/Rename (lastname.zip) and Submit Below

0 Create New Project

Take Home Assignment

Watch Podcast

      SOURCE CODE: Download Here

  1. 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
  2. Objects Needed
    1. UITextField: txtURL
    2. UIButton: btnGo – Go
    3. UIWebView
  3. Check if URL Exists. You will use an alert.
  4. Add need code to ..xib, m and .h files
  5. compress project folder, rename [last name][week #].zip, submit

     Challenge: Add Back, Forward and Home Buttons (Home button goes to RVC website)

                        Challenge Source Code

0 Create New Project