Smart Wardrobe Manager is an iOS app that helps users manage and schedule their outfits, track laundry needs, and organize wardrobe collections through a clean, multi‑screen experience. :contentReference[oaicite:0]{index=0}:contentReference[oaicite:1]{index=1}
- Navigation Controller
Manages transitions between Home, Collections, Outfits, and History screens. - UICollectionView
Displays items in grid layouts with custom cells for images and labels. - Gesture Recognizers
UsesUILongPressGestureRecognizer
to present edit/delete action sheets. - UIImagePickerController
Enables photo selection from library or camera, with error handling for missing hardware. - UIAlertController
Provides confirmation dialogs for scheduling, deletion, and other actions.
