Component - Empty state handling
This UI component shows a friendly message and an image when there is no data to display. It helps users understand that the screen is empty and what they can do next.
This UI component shows a friendly message and an image when there is no data to display. It helps users understand that the screen is empty and what they can do next.
UIViewController
├── UIView (main view)
├── UIImageView (empty state image)
└── UILabel (empty state message)