Skip to content

Commit

Permalink
update outdated links in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilling committed Aug 7, 2015
1 parent 9a268e0 commit b1778be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![](http://appjon.com/drop/github/jnwcollectionview/title.png)
![](http://jwilling.com/serve/github/jnwcollectionview/title.png)

`JNWCollectionView` is a modern collection view for the Mac with an extremely flexible API. Cells are dequeued and memory usage is kept at a minimum. The collection view is layer-backed by default, and performance is highly optimized.

Expand Down Expand Up @@ -100,7 +100,7 @@ On the contrary, `JNWCollectionView` was designed from the ground up to be as fa

### Layouts ###

![](http://appjon.com/drop/github/jnwcollectionview/layouts.png)
![](http://jwilling.com/serve/github/jnwcollectionview/layouts.png)

As mentioned in the introduction, `JNWCollectionView` is completely based around the concept of layouts. A collection view can only have a single layout at one time. The layout is responsible for determining where items should be positioned, however *it does not touch the view layer itself*. The distinction is made between "items" and "cells", where items stand for the data representation of views themselves, such as the frame, the alpha value, the index path, etc. The cell itself is the view.

Expand Down Expand Up @@ -139,7 +139,7 @@ One you have the framework pulled, the next step is to link the framework with y

## Case Study ##

![](http://appjon.com/drop/github/jnwcollectionview/custom-layout-wwdc.png)
![](http://jwilling.com/serve/github/jnwcollectionview/custom-layout.png)

This is an app I wrote for Apple's WWDC'13 scholarship. It was mostly written to demonstrate what my collection view could do, so I have decided to release the source for it, most of which was written in a day. It demonstrates a custom layout class that creates a timeline arrangement. The line is composed of supplementary views, and the text, images, and selection dot are all cells. Each row across the screen is a section. If the demo in this repo is underwhelming in complexity, take this app for a spin and check out the layout class. It can be found [here](https://github.com/jwilling/WWDC--13-Scholarship-App).

Expand Down

0 comments on commit b1778be

Please sign in to comment.