An educational SwiftUI project exploring fundamental view structures, layouts, and interactions. This repository demonstrates clean, simple SwiftUI patterns for learning and building upon Apple’s declarative UI framework.
⸻
✨ Features • 🔹 SwiftUI fundamentals with reusable components • 🔹 Example views: ContentView, buttonView, userList • 🔹 Asset management and custom icons with Xcode Asset Catalogs • 🔹 Clean project structure for easy extension into advanced concepts
Clone this repository:
git clone https://github.com/intelligencecore/basicViews.git
Open in Xcode:
"open basicViews.xcodeproj"
3. Build & run on Simulator or iOS device.
⸻
📖 Purpose
This project is part of my Swift & SwiftUI learning journey, reinforcing concepts from courses, Apple documentation, and hands-on practice. It serves as both a practice ground and a reference point for others beginning with SwiftUI.
⸻
👨💻 About Me
I am Richie, a Computer Science student and Apple Pro. I’m passionate about Apple technologies, automation, and creating high-quality software. My long-term focus is to grow into software engineering and contribute to impactful projects at Apple and beyond.
⸻
⚖️ Business Conduct & Conflict of Interest Disclaimer
While I am an Apple employee, this repository is: • 🟢 Created solely in my personal capacity, on my own time, and with my own resources. • 🟢 Not affiliated with, endorsed by, or representing Apple Inc. in any way. • 🟢 Compliant with Apple’s Business Conduct Policy and conflict-of-interest guidelines.
All code and assets are provided for personal learning and open sharing purposes only, independent of my role at Apple.
⸻
🤝 Contributing
Contributions are welcome! If you’d like to contribute: 1. Fork the repository 2. Create a feature branch (git checkout -b feature-name) 3. Commit your changes (git commit -m "Add new feature") 4. Push to your branch (git push origin feature-name) 5. Submit a Pull Request 🎉
Please follow coding best practices and write clear commit messages.
⸻
📜 License
This project is licensed under the MIT License.
⸻
📘 LICENSE.md
MIT License
Copyright (c) 2025 Richie Marte
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.