iphone - NSURLConnection for multiple images -


I have to develop a code for the following code:

  1. Set up on Apache server
  2. Fix a tab bar app along with 4 tabs
  3. Host approximately 200+ photos (each should be about 1 MB to 2 MB)
  4. Fix a tab bar app with 4 tabs
  5. Tab 1: Implement a UITableView that should display all ur hosted photos. Load photo synchronous
  6. Tab 2: Implement a UITWview so that all hosted photos should be displayed. Load photos asynchronously

    I have installed Apache server with sharing from System Preferences and now have created a tab bar how to apply steps 4 and 5. help please.

Comments