iOS Reference#
The per-framework auto-generated API reference for the iOS HAAPI stack lives at the URLs below. Each is generated from the framework’s source comments and reflects the latest released version.
Per-Framework Reference#
| Framework | Autodoc URL |
|---|---|
| iOS Driver | https://curity.io/docs/haapi-ios-driver/latest/ |
| iOS SDK | https://curity.io/docs/haapi-ios-sdk/latest/ |
| iOS UIKit | https://curity.io/docs/haapi-ios-ui-kit/latest/ |
When to Use the Autodoc#
The autodoc is the canonical source for:
- Full public API surface — class names, method signatures, property types
- Per-class theming keys (UIKit) —
Colors,ActionableButton.Primary, etc. - Per-class extensibility hooks (UIKit) —
HaapiUIViewController, view-controller factory inputs - Constructor and method documentation comments straight from source
Use the layer pages in this guide for configuration patterns, task walkthroughs, and conceptual depth; click through to the autodoc for per-symbol reference.
Related: iOS Driver · iOS SDK · iOS UIKit