https://github.com/raman43mann/swiftuilearning
SwiftUI Learnings
https://github.com/raman43mann/swiftuilearning
swiftui swiftuibasic swiftuiforbeginers swiftuilearning swiftuitutorial
Last synced: 4 months ago
JSON representation
SwiftUI Learnings
- Host: GitHub
- URL: https://github.com/raman43mann/swiftuilearning
- Owner: raman43mann
- Created: 2024-08-26T06:00:40.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-16T12:46:33.000Z (over 1 year ago)
- Last Synced: 2025-07-11T22:25:36.811Z (11 months ago)
- Topics: swiftui, swiftuibasic, swiftuiforbeginers, swiftuilearning, swiftuitutorial
- Language: Swift
- Homepage:
- Size: 403 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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