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

https://github.com/orta/snapshots-peek

Show-off your Snapshots in Xcode
https://github.com/orta/snapshots-peek

Last synced: 11 months ago
JSON representation

Show-off your Snapshots in Xcode

Awesome Lists containing this project

README

          

# Snapshots Peek for Xcode

### An Xcode Plugin to give you a preview of the class you're looking at when using FBSnapshots

![Fancy GIF of the Plugin](https://cloud.githubusercontent.com/assets/49038/14424099/2b262bce-ffd7-11e5-9304-2dbe9cd01fee.gif)

#### Main Features

* Shows your snapshots along the bottom of your editor.
* Peeks fades away once you start scrolling.
* Lots of effort put into making sure as much work as possible is done off the main thread.

#### Upcoming Ideas

* Would be great to see a dock-like resize as your mouse gets closer to the images.

#### Installation

Install via [Alcatraz](http://alcatraz.io/). In Xcode choose Window, Package Manager and search for "SnapshotsPeek".

#### Contributing

It's actually [_way_ easier](http://artsy.github.io/blog/2014/06/17/building-the-xcode-plugin-snapshots/) to work on Plugins than you think. Hitting run in Xcode on this project will open a new Xcode with a working lldb instance and you can work on it like any other app.