Skip to content

aroldan/StartupInstIosLabTwo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GifAppYay

Lab 2 in the iOS Learning Series

This app is a bit more complicated since it uses the network and threading to let us search the Giphy API for animated GIFs.

Getting Started

This app has 3rd party dependencies brought in with CocoaPods. Before you begin the lab, follow the installation instructions on their website and run the command pod install.

This will install the dependencies we need for the project, which are specified in the Podfile and are:

Goals

In this lab, you should do a few things:

  1. Search the Giphy API for GIFs that match search terms and display them in the UITableView inside GASearchResultsTableViewController.
  2. Display still thumbnails of those animated GIFs.
  3. Show a full screen version of the animated GIF when you tap on one of them.

Hints

The first tab of the app takes the first item from the trending GIFs on Giphy and displays a still version of the first image once the response comes back. This demonstrates how to use AFNetworking to make an asynchronous network query.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors