Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/raman43mann/swiftuilearning
- Owner: raman43mann
- Created: 2024-08-26T06:00:40.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-08-26T06:33:20.000Z (3 months ago)
- Last Synced: 2024-10-10T22:41:58.580Z (about 1 month ago)
- Topics: swiftui, swiftuibasic, swiftuiforbeginers, swiftuilearning, swiftuitutorial
- Language: Swift
- Homepage:
- Size: 267 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
LazyHgridForm
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