An open API service indexing awesome lists of open source software.

https://github.com/anderson-dev/Presence2

A basic twitter client for iPhone (Stanford CS193p Class Project)
https://github.com/anderson-dev/Presence2

Last synced: 19 days ago
JSON representation

A basic twitter client for iPhone (Stanford CS193p Class Project)

Awesome Lists containing this project

README

        

This basic iPhone twitter client was created as a class project in the Stanford iPhone Programming course (CS193p) on iTunesU. It implements a custom TableViewCell called VariableHeightTableViewCell to hide the complexities of facilitating a variable height cell, depending on text size, in a TableView.