An open API service indexing awesome lists of open source software.

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

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

iOS app class listiOS app header view

iOS app searchiOS app image browser

iPadOS app image classes