Skip to content

This is a SwiftUI application that I am building as part of my learning journey with SwiftUI

Notifications You must be signed in to change notification settings

oeduardoal/emoji-picker-SwiftUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

🧑‍💻 SwiftUI Learning Project - Emoji Enum

This repository contains a SwiftUI project where I am experimenting with using enums and emojis to build components. The project is part of my journey to get more comfortable with SwiftUI.

🚀 Project Overview

As part of my SwiftUI learning process, I am exploring enums with emojis and their integration within a SwiftUI app. This project is focused on:

  • Learning the basics of enums in Swift.
  • Building simple UI components with SwiftUI.
  • Using emojis to represent different cases in an enum.

📱 Features

  • A list displaying emojis as raw values from an enum.
  • Simple layout with SwiftUI’s declarative syntax.
  • Use of CaseIterable to iterate through all enum cases.

🛠️ How to Run

  • Open the project in Xcode.
  • Build and run the project on the iOS simulator or device.

📚 Learning Objectives

  • Understand how enums work in Swift.
  • Get familiar with SwiftUI layouts and views.
  • Use CaseIterable to iterate through all enum values and display them in the UI.
  • Experiment with emoji-based enums and their display in a list view.

About

This is a SwiftUI application that I am building as part of my learning journey with SwiftUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages