You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,12 @@
1
1
iOS-Hierarchy-Viewer (with new Core Data viewer)
2
2
====================
3
3
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.
5
8
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.**
0 commit comments