Permalink
Please sign in to comment.
Showing
with
382 additions
and 3 deletions.
- +19 −1 PokemonController.xcodeproj/project.pbxproj
- +21 −0 PokemonController/Assets.xcassets/add-favourite.imageset/Contents.json
- BIN PokemonController/Assets.xcassets/add-favourite.imageset/favorites add.png
- +21 −0 PokemonController/Assets.xcassets/favourite.imageset/Contents.json
- BIN PokemonController/Assets.xcassets/favourite.imageset/favourite.png
- +113 −2 PokemonController/Base.lproj/Main.storyboard
- +85 −0 PokemonController/FavouritesTableViewController.swift
- +69 −0 PokemonController/Model/Location.swift
- +54 −0 PokemonController/ViewController.swift
| @@ -0,0 +1,21 @@ | ||
| +{ | ||
| + "images" : [ | ||
| + { | ||
| + "idiom" : "universal", | ||
| + "scale" : "1x" | ||
| + }, | ||
| + { | ||
| + "idiom" : "universal", | ||
| + "scale" : "2x" | ||
| + }, | ||
| + { | ||
| + "idiom" : "universal", | ||
| + "filename" : "favorites add.png", | ||
| + "scale" : "3x" | ||
| + } | ||
| + ], | ||
| + "info" : { | ||
| + "version" : 1, | ||
| + "author" : "xcode" | ||
| + } | ||
| +} |
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
| @@ -0,0 +1,21 @@ | ||
| +{ | ||
| + "images" : [ | ||
| + { | ||
| + "idiom" : "universal", | ||
| + "scale" : "1x" | ||
| + }, | ||
| + { | ||
| + "idiom" : "universal", | ||
| + "scale" : "2x" | ||
| + }, | ||
| + { | ||
| + "idiom" : "universal", | ||
| + "filename" : "favourite.png", | ||
| + "scale" : "3x" | ||
| + } | ||
| + ], | ||
| + "info" : { | ||
| + "version" : 1, | ||
| + "author" : "xcode" | ||
| + } | ||
| +} |
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
0 comments on commit
7e3342f