Hermes Pique

Results 8 issues of Hermes Pique

Added Springboard-like page scrolling for when the collection view has paging enabled and updated the example. We needed this for collection views that can only scroll to the page offset,...

Any reason for not using `moveItemAtIndexPath:toIndexPath:` instead of insert/delete [here](https://github.com/lxcid/LXReorderableCollectionViewFlowLayout/blob/master/LXReorderableCollectionViewFlowLayout/LXReorderableCollectionViewFlowLayout.m#L149-150)? Move appears to be a little bit more efficient. Also, it would make the block unnecessary.

Adds support for affiliate and campaign tracking in the App Store url. Almost identical to my iRate pull request. See: http://www.hpique.com/2013/08/parameters-of-itunes-app-store-and-mac-app-store-links/ Also, added the default .gitignore.

Thanks for open sourcing this @cbowns. Would you mind adding it to CocoaPods?

The textView scrolls to the wrong offset when reaching the end of texts with newlines. The problem appears to be `carectRectForPosition:`, which reports the wrong rect for the end of...

I'm getting "unrecognized selector" crashes in PSPDFTextView. ``` -[PSPDFTextView scrollViewDidScroll:]: unrecognized selector sent to instance 0x1641f200 ``` These started after implementing `scrollViewDidScroll:` in the PSPDFTextView/UITextView (real) delegate, a UIViewController. To...

I really wanted to use NibWrapper™ but I can't because of this.