Skip to content

AppAcademyNL/catGif

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Cat Gif App

alt text

Gif API: http://thecatapi.com/api/images/get?format=src&type=gif

Text API: http://loripsum.net/api

Assignment:

  1. Create a tableview inside a UITabBarController which shows a list of a 100 (hundred) random cat gifs. The mentioned API link wil show a random gif everytime it’s loaded. The API supports different formats and requests, feel free to customize the request to your needs.

  2. Once a cell gets pressed it should show the same gif in a new screen with text from the Lorem Ipsum API.

Result:

The use of UITabBarController Controller didn't seem logical to me since there would be only one tab showing the table view. I used a navigationController instead to show the detail.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%