/swift-uitableview

Using UITableView in Swift

Primary LanguageSwiftMIT LicenseMIT

Using UITableView in Swift Swift

This repository contains the code illustrated in my Medium stories

Prerequisite

  • Xcode 9.0+

  • Swift 4.0+

  • Cocoapods 1.5+

Project

UITableView.xcworkspace under /UITableView

Playground

Screenshot

JSON object

[
  {
    "name": "Hong Kong",
    "desc": "The place I live.",
    "url": "https://en.wikipedia.org/wiki/Hong_Kong"
  },
  {
    "name": "Singapore",
    "desc": "A clean and disciplined place.",
    "url": "https://en.wikipedia.org/wiki/Singapore"
  },
  {
    "name": "Japan",
    "desc": "Love those yummy sushi and sashimi.",
    "url": "https://en.wikipedia.org/wiki/Japan"
  }
]