🍎 API SDK iOS
Utilisez AzeooSDK depuis le package AzeooSDK (sdk/ios ou SPM).
Cycle de vie
| API | Description |
|---|---|
AzeooSDK.initialize(...) | Statique ; completion à la fin de l'initialisation |
AzeooSDK.shared.connectUser(...) | JWT + profil |
AzeooSDK.shared.disconnect | Déconnexion |
dispose | Démontage complet |
Après la connexion
| Membre | Description |
|---|---|
modules.nutrition | getView(), tabHost(for:) |
modules.training | Idem |
user, theme, navigation | Façades |
navigate(to:) | AzeooDestination |
setModuleContainer | Synchronisation des onglets |
SwiftUI vs UIKit
- SwiftUI :
modules.nutrition.getView() - Onglets UIKit :
tabHost(for: .nutrition)— voir Multi-onglets
DocC
Référence générée : /ios-docs/ sur le site de documentation (complément).