Skip to content

rpplusplus/UIView-DebugQuickLook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UIView+DebugQuickLook

Provides an implementation for debugQuickLookObject for UIView objects. It renders the view as an image and return that image to Xcode for inspection.

Example

Features

  • checks for existing implementation of debugQuickLookObject on UIView. Futureproofing = nice.
  • automagically installs itself, no need to call methods
  • only installs installs itself for DEBUG builds.

Requires

  • Xcode 5.1 or higher
  • ARC

Further reading

Check out LLDB-QuickLook, which provides the same (and more) for lldb. No need to add the file to your projects, but you have to install it on each machine. Also, works a bit different.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published