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
- Host: GitHub
- URL: https://github.com/orta/snapshots-peek
- Owner: orta
- License: mit
- Created: 2016-04-08T16:50:58.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-22T11:00:59.000Z (over 9 years ago)
- Last Synced: 2025-04-30T10:51:42.717Z (about 1 year ago)
- Language: Objective-C
- Size: 295 KB
- Stars: 52
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

#### 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.