Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raman43mann/swiftuilearning

SwiftUI Learnings
https://github.com/raman43mann/swiftuilearning

swiftui swiftuibasic swiftuiforbeginers swiftuilearning swiftuitutorial

Last synced: about 1 month ago
JSON representation

SwiftUI Learnings

Awesome Lists containing this project

README

        

I Created a Demo App in Swift UI ,Which including allthe basic feature and components.

Text

Image

StackView (VStack , HStack, ZStack)

Overlay (like Z stack)

CommonView with parameters (Reuseability )

Scroll(Horizontal and Vertical)

Group

Button
(Image &Text with HSatck)
(Label with Text ad Icon)

gesture (.onTap)

State variable -> change on press

Binding

Path (Bezier path with shape protocol)

List
with foreach
simple
with array (modle data)

LazyVGrid
LazyHgrid

Form

NavigationView

NavigationStack

Navigation ToolBar Items for custom Naviagtion Title and Buttons

Navigation link (Push controller)

Environment variable -> working like global for full app

Alert

Sheet Present (using sheet , using FullScreenCover)

Toggle (UISwitch similar)

Present controller dismiss button Directly and with Overlay

TabView

etc