8000 Update README.md · lonewolfnadhu/swiftui-ios@a4ac2e7 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit a4ac2e7

Browse files
Update README.md
1 parent 011ae18 commit a4ac2e7

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

README.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,46 +13,50 @@ This is a modest project that aided me in enhancing my comprehension of SwiftUI
1313
5. Mac Catalyst (The app build for iphone or ipad can be run directly into MacOS)
1414

1515

16-
[<img width="230" height="500" src="https://github.com/lonewolfnadhu/SwiftUI-iOS/blob/main/screenshots/swift-ui.png">](https://github.com/lonewolfnadhu/SwiftUI-iOS)
17-
[<img width="230" height="500" src="https://github.com/lonewolfnadhu/SwiftUI-iOS/blob/main/screenshots/i-am-rich.png">](https://github.com/lonewolfnadhu/SwiftUI-iOS)
18-
[<img width="230" height="500" src="https://github.com/lonewolfnadhu/SwiftUI-iOS/blob/main/screenshots/nadir-card.png">](https://github.com/lonewolfnadhu/SwiftUI-iOS)
19-
[<img width="230" height="500" src="https://github.com/lonewolfnadhu/SwiftUI-iOS/blob/main/screenshots/dicee-1.png">](https://github.com/lonewolfnadhu/SwiftUI-iOS)
20-
[<img width="230" height="500" src="https://github.com/lonewolfnadhu/SwiftUI-iOS/blob/main/screenshots/dicee-2.png">](https://github.com/lonewolfnadhu/SwiftUI-iOS)
21-
[<img width="230" height="500" src="https://github.com/lonewolfnadhu/SwiftUI-iOS/blob/main/screenshots/h4xor-news-1.png">](https://github.com/lonewolfnadhu/SwiftUI-iOS)
22-
[<img width="230" height="500" src="https://github.com/lonewolfnadhu/SwiftUI-iOS/blob/main/screenshots/h4xor-news-2.png">](https://github.com/lonewolfnadhu/SwiftUI-iOS)
23-
[<img width="230" height="500" src="https://github.com/lonewolfnadhu/SwiftUI-iOS/blob/main/screenshots/text-swift-ui.png">](https://github.com/lonewolfnadhu/SwiftUI-iOS)
24-
[<img width="230" height="500" src="https://github.com/lonewolfnadhu/SwiftUI-iOS/blob/main/screenshots/text-field-swift-ui.png">](https://github.com/lonewolfnadhu/SwiftUI-iOS)
25-
[<img width="230" height="500" src="https://github.com/lonewolfnadhu/SwiftUI-iOS/blob/main/screenshots/image-swift-ui.png">](https://github.com/lonewolfnadhu/SwiftUI-iOS)
26-
[<img width="230" height="500" src="https://github.com/lonewolfnadhu/SwiftUI-iOS/blob/main/screenshots/toggle-button-swift-ui.png">](https://github.com/lonewolfnadhu/SwiftUI-iOS)
27-
[<img width="230" height="500" src="https://github.com/lonewolfnadhu/SwiftUI-iOS/blob/main/screenshots/shape-swift-ui.png">](https://github.com/lonewolfnadhu/SwiftUI-iOS)
28-
16+
[<img align="left" height="45px" width="45px" src="https://github.com/lonewolfnadhu/SwiftUI-iOS/blob/main/assets/github.gif"/>](https://github.com/lonewolfnadhu/Swift-iOS)
17+
## Projects
2918

3019
### I Am Rich App:
3120
- How to start your first SwiftUI Project.
3221
- Work with Xcode preview and the object library to generate SwiftUI code.
3322
- Learn to use SwiftUI modifiers to set properties for components.
3423
- Learn how to arrange elements using SwiftUI Stacks.
3524
- Learn how to add and size Image components.
25+
[<img width="230" height="500" src="https://github.com/lonewolfnadhu/SwiftUI-iOS/blob/main/screenshots/i-am-rich.png">](https://github.com/lonewolfnadhu/SwiftUI-iOS)
3626

3727
### Nadir Card App:
3828
- Learn how to arrange elements to create complex layouts.
3929
- Learn to add custom fonts to your project.
4030
- Learn how to work with RGB Colors and HEX codes.
4131
- Learn to use SF Symbols in SwiftUI.
4232
- Learn how to extract Subviews to create reusable SwiftUI components.
33+
[<img width="230" height="500" src="https://github.com/lonewolfnadhu/SwiftUI-iOS/blob/main/screenshots/nadir-card.png">](https://github.com/lonewolfnadhu/SwiftUI-iOS)
4334

4435
### Dicee App:
4536
- Create an app with functionality.
4637
- More practice creating layouts.
4738
- Work with spacers and padding.
4839
- Create Subviews with properties that can change.
4940
- Learn about how SwiftUI manages State.
41+
[<img width="230" height="500" src="https://github.com/lonewolfnadhu/SwiftUI-iOS/blob/main/screenshots/dicee-1.png">](https://github.com/lonewolfnadhu/SwiftUI-iOS)
42+
[<img width="230" height="500" src="https://github.com/lonewolfnadhu/SwiftUI-iOS/blob/main/screenshots/dicee-2.png">](https://github.com/lonewolfnadhu/SwiftUI-iOS)
5043

5144
### H4XOR App:
5245
- Learn to work with SwiftUI Lists and the Identifiable Protocol.
5346
- Use a Navigation View to navigate between the List and a details View.
5447
- Advanced State Management using the Observer Design Pattern.
5548
- Learn to incorporate a UIKit component into SwiftUI by using WebKit to display web pages in your app.
49+
[<img width="230" height="500" src="https://github.com/lonewolfnadhu/SwiftUI-iOS/blob/main/screenshots/h4xor-news-1.png">](https://github.com/lonewolfnadhu/SwiftUI-iOS)
50+
[<img width="230" height="500" src="https://github.com/lonewolfnadhu/SwiftUI-iOS/blob/main/screenshots/h4xor-news-2.png">](https://github.com/lonewolfnadhu/SwiftUI-iOS)
51+
52+
53+
[<img align="left" height="45px" width="45px" src="https://github.com/lonewolfnadhu/SwiftUI-iOS/blob/main/assets/github.gif"/>](https://github.com/lonewolfnadhu/Swift-iOS)
54+
## Extras
55+
[<img width="230" height="500" src="https://github.com/lonewolfnadhu/SwiftUI-iOS/blob/main/screenshots/text-swift-ui.png">](https://github.com/lonewolfnadhu/SwiftUI-iOS)
56+
[<img width="230" height="500" src="https://github.com/lonewolfnadhu/SwiftUI-iOS/blob/main/screenshots/text-field-swift-ui.png">](https://github.com/lonewolfnadhu/SwiftUI-iOS)
57+
[<img width="230" height="500" src="https://github.com/lonewolfnadhu/SwiftUI-iOS/blob/main/screenshots/image-swift-ui.png">](https://github.com/lonewolfnadhu/SwiftUI-iOS)
58+
[<img width="230" height="500" src="https://github.com/lonewolfnadhu/SwiftUI-iOS/blob/main/screenshots/toggle-button-swift-ui.png">](https://github.com/lonewolfnadhu/SwiftUI-iOS)
59+
[<img width="230" height="500" src="https://github.com/lonewolfnadhu/SwiftUI-iOS/blob/main/screenshots/shape-swift-ui.png">](https://github.com/lonewolfnadhu/SwiftUI-iOS)
5660

5761

5862
<!-- Connect | START -->

0 commit comments

Comments
 (0)
0