Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 738 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 738 Bytes

Superhero Squad

By Jonathan Mason for LV8 Sport.

Allows the helpless civilian to assemble a squad of superheroes to save the world!

Changes

  • Fixed crashing when starting app on real devices.
  • Improved sizing of images within recruits grid.
  • Improved display of longer text throughout app.
  • Introduced paging within recruits grid.

Notes for Building and Running App

It should be possible to build and run the app using the code as it is.

Development Tools

Superhero Squad was developed using:

  • XCode 13.1
  • Swift 5
  • UIKit/Storyboard
  • iOS 14 or later

External Libraries/Web APIs

  • Marvel API (keys already included in constants of MarvelClient class).

Tests

  • Includes a sample of unit and UI tests.