An iOS application built with Swift and UIKit.
BrogoShower is an iOS app that includes user authentication, calendar functionality, and AI integration using Claude.
- User registration and login
- Calendar interface
- AI-powered services via Claude
- Modern iOS UI design
Controllers/- View controllers for login, signup, and main app functionalityViews/- Custom UI components including calendar cellsServices/- Integration services including AI functionalityAssets.xcassets/- App icons, images, and color assetsUtils/- Utility classes and helpers
- iOS 14.0+
- Xcode 12.0+
- Swift 5.0+
- Clone the repository
- Open
brogoshower_part2.xcodeprojin Xcode - Build and run the project
The app follows the MVC (Model-View-Controller) pattern with separate controllers for different screens and a service layer for external integrations.
This app uses Claude for AI functionality rather than OpenAI services.