Skip to content

Instantly share code, notes, and snippets.

@jeremy6462
jeremy6462 / Playground.swift
Created July 13, 2017 20:53 — forked from naoty/Playground.swift
A playground to display a table view controller on a navigation controller
import PlaygroundSupport
import UIKit
struct Pokemon {
let id: UInt
let name: String
}
class PokedexViewController: UITableViewController {
let pokemons: [Pokemon] = [