Create Your First LiveView Native App - Part 1
2024-09-09
![]()
This article serves as an introductory guide for building your first LiveView Native app using SwiftUI. The guide walks through the initial steps, including necessary prerequisites like having an Apple device and a working understanding of Elixir, Phoenix, and LiveView applications. It details cloning the example repo, setting up dependencies, making edits to configuration files, and finally customizing styles. The article culminates in creating a functioning counter application with interactive buttons, providing further steps for styling and code refactoring.
Was this useful?