Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
WrightsCS committed Sep 24, 2017
1 parent 6dfc6f9 commit 39bbd51
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Expand Up @@ -6,15 +6,6 @@ Simple timeline with data model written in Objective-C.
Example
------------

This example creates `10` sequential event models with random dates. Each model is assigned to `timeLineData` array at the end of the loop. You will need to reload the tableView!

Model attributes:
* icon: UIImage
* time: NSDate
* event: NSString
* state: WCSState
* content: NSString

```objc
for ( NSInteger i = 0; i < 10; i++ )
{
Expand Down

0 comments on commit 39bbd51

Please sign in to comment.