Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 397 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 397 Bytes

Swift-Example

A simple social feed app using Swift.

Demonstrates the following techniques:

  • UITableView using Swift
  • Custom UITableViewCell objects using Swift
  • Usage of the open source 'Alamofire' library for networking
  • An "API Helper" class that provides more flexible networking code using Swift Closures
  • UILabel and UITableViewCell dynamic heights based on text-length