Ecosyste.ms: Awesome
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: 3 months ago
JSON representation
A basic twitter client for iPhone (Stanford CS193p Class Project)
- Host: GitHub
- URL: https://github.com/anderson-dev/Presence2
- Owner: anderson-dev
- Created: 2010-02-04T19:14:39.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-03-06T16:13:35.000Z (almost 15 years ago)
- Last Synced: 2023-10-20T17:11:24.028Z (over 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 1.11 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome - Presence2 - A basic twitter client for iPhone (Stanford CS193p Class Project) (etc)
- awesome - Presence2 - A basic twitter client for iPhone (Stanford CS193p Class Project) (etc)
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.