Component - Analytics and Crashlytics
This UI component shows how an app integrates Analytics and Crashlytics to track user actions and report crashes. It includes buttons to simulate events and a label to display status messages.
This UI component shows how an app integrates Analytics and Crashlytics to track user actions and report crashes. It includes buttons to simulate events and a label to display status messages.
UIViewController ├── UIView (main view) │ ├── UILabel (statusLabel) │ ├── UIButton (logEventButton) │ └── UIButton (simulateCrashButton)