π iOS SDK API
Use AzeooSDK from the AzeooSDK package (sdk/ios or SPM).
Lifecycleβ
| API | Description |
|---|---|
AzeooSDK.initialize(...) | Static; completion when ready |
AzeooSDK.shared.connectUser(...) | JWT + profile |
AzeooSDK.shared.disconnect | Logout |
dispose | Full teardown |
After connectβ
| Member | Description |
|---|---|
modules.nutrition | getView(), tabHost(for:) |
modules.training | Same |
user, theme, navigation | Facades |
navigate(to:) | AzeooDestination |
setModuleContainer | Tab sync |
SwiftUI vs UIKitβ
- SwiftUI:
modules.nutrition.getView() - UIKit tabs:
tabHost(for: .nutrition)β see Multi-tab
DocCβ
Generated reference: /ios-docs/ on the docs site (supplemental).