https://github.com/leptos-null/headerviewer
App to view Obj-C generated headers at runtime
https://github.com/leptos-null/headerviewer
objc-runtime swiftui
Last synced: 4 months ago
JSON representation
App to view Obj-C generated headers at runtime
- Host: GitHub
- URL: https://github.com/leptos-null/headerviewer
- Owner: leptos-null
- License: mit-0
- Created: 2024-02-19T10:45:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-26T06:57:10.000Z (over 1 year ago)
- Last Synced: 2024-02-26T08:51:33.166Z (over 1 year ago)
- Topics: objc-runtime, swiftui
- Language: Swift
- Homepage:
- Size: 1.78 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## HeaderViewer
HeaderViewer is an app for viewing Objective-C class and protocol headers generated by [ClassDumpRuntime](https://github.com/leptos-null/ClassDumpRuntime).
This project was inspired by https://github.com/nst/RuntimeBrowser
### Features
- List all loaded classes and protocols
- Filter class or protocol list by name
- Syntax-colored header files
- Navigate to class or protocol referenced in header
- Browse system images
- Load image if not yet loaded
- View classes in each image### Screenshots
![]()