Skip to content

Commit 61a1458

Browse files
author
Krzysztof Zabłocki
committed
Update README.md
1 parent a60d007 commit 61a1458

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
iOS-Hierarchy-Viewer (with new Core Data viewer)
22
====================
33

4-
iOS Hierarchy Viewer allows developers to debug their user interfaces. If there are problems with layout calculations, it will catch them by giving a real time preview of the UIViews hierarchy.
4+
iOS Hierarchy Viewer allows developers to debug their hierarchies for both UIView's and CoreData models.
5+
- If there are problems with layout calculations, you can find them with ease by introspecting real-time preview of your views inside a browser.
6+
- If your data is behaving weirdly, you can easily navigate through it via a browser.
7+
- This tool predates commercial tools like Reveal and Spark Inspector, and it's available for free.
58

6-
**iOS Hierarchy Viewer (since 1.4.6 version) gives preview of data if you use Core Data API in your project. See 'Instruction' section to start with it.**
9+
**since 1.4.6 version, we also give you debugging Core Data API in your project (if you use it). See 'Instruction' section to set it up.**
710

811
![](http://i.stack.imgur.com/ynqvG.png)
912
![](http://dl.dropbox.com/u/858551/core_data.png)

0 commit comments

Comments
 (0)