Skip to content

Commit 594e624

Browse files
authored
corrected line breaks
1 parent 8b03ae5 commit 594e624

File tree

1 file changed

+44
-1
lines changed

1 file changed

+44
-1
lines changed

README.md

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,102 @@
11
# Awesome SwiftUI
22

33
1. [SwiftUI on Apple Developer Documentation](https://developer.apple.com/tutorials/swiftui/)
4+
45
📹 [Keynote WWDC 2019 - First announcement of SwiftUI](https://developer.apple.com/videos/play/wwdc2019/101/)
6+
57
📹 [Platforms State of the Union 2019 - More SwiftUI](https://developer.apple.com/videos/play/wwdc2019/103/)
8+
69
📖 [Apple Developer Tutorial on SwiftUI](https://developer.apple.com/xcode/swiftui/)
7-
📹 [Introducing SwiftUI: Building Your First App](https://developer.apple.com/videos/play/wwdc2019/204/)
10+
11+
📹 [Introducing SwiftUI: Building Your First App](https://developer.apple.com/videos/play/wwdc2019/204/)
12+
813
📹 [SwiftUI Essentials WWDC Video](https://developer.apple.com/videos/play/wwdc2019/216/)
14+
915
📹 [Building Custom Views with SwiftUI](https://developer.apple.com/videos/play/wwdc2019/237/)
16+
1017
📹 [Integrating SwiftUI](https://developer.apple.com/videos/play/wwdc2019/231/)
18+
1119
📹 [Data Flow Through SwiftUI](https://developer.apple.com/videos/play/wwdc2019/226/)
20+
1221
📹 [Mastering Xcode Previews](https://developer.apple.com/videos/play/wwdc2019/233/)
22+
1323
📹 [Accessibility in SwiftUI](https://developer.apple.com/videos/play/wwdc2019/238/)
24+
1425
📹 [SwiftUI On All Devices](https://developer.apple.com/videos/play/wwdc2019/240/)
26+
1527
📹 [SwiftUI on watchOS](https://developer.apple.com/videos/play/wwdc2019/219/)
28+
1629

1730

1831
2. [Paul Hudson on Hacking With Swift](https://www.hackingwithswift.com/)
32+
1933
📖 [First look at SwiftUI](https://www.hackingwithswift.com/articles/191/swiftui-lets-us-build-declarative-user-interfaces-in-swift)
34+
2035
📖 [Getting Started with SwiftUI](https://www.hackingwithswift.com/articles/194/get-started-with-swiftui)
36+
2137
📖 [Quick Start Guide on SwiftUI by Hacking With Swift](https://www.hackingwithswift.com/quick-start/swiftui)
38+
2239
📹 [SwiftUI by Example Videos](https://www.youtube.com/playlist?list=PLuoeXyslFTubw4NtepDCis5tTqK37zT3Q)
40+
2341

2442
3. [SwiftUI Tutorials by Lets Build That App](https://www.youtube.com/channel/UCuP2vJ6kRutQBfRmdcI92mA/)
43+
2544
📹 [SwiftUI Sneak Preview Demo Project](https://www.youtube.com/watch?v=q421Ll4qOvc)
45+
2646
📹 [How to Run SwiftUI on Mojave with Playgrounds and Sample Code](https://www.youtube.com/watch?v=VSvz62fGyYM)
47+
2748
📹 [SwiftUI Basics: Dynamic Lists, HStack VStack, Images with Circle Clipped Stroke Overlays](https://www.youtube.com/watch?v=bz6GTYaIQXU)
49+
2850
📹 [SwiftUI: Facebook Complex Layouts - Horizontal Scroll View](https://www.youtube.com/watch?v=7QgPpvqTfeo)
51+
2952
📹 [State Management and Bindings](https://www.youtube.com/watch?v=l7vkP6WW6Yk)
53+
3054

3155
4. [SwiftUI by John Sundell](https://www.swiftbysundell.com/)
56+
3257
📖 [A first look at SwiftUI: Apple’s declarative new UI framework](https://wwdcbysundell.com/2019/swiftui-first-look/)
58+
3359
📖 [Answers to the most common questions about SwiftUI](https://wwdcbysundell.com/2019/swiftui-common-questions/)
60+
3461
📖 [SwiftUI’s relationship to UIKit and AppKit](https://wwdcbysundell.com/2019/swiftui-relationship-to-uikit-appkit/)
62+
3563

3664
5. [SwiftUI Tutorials by Code With Chris](https://www.youtube.com/user/CodeWithChris/)
65+
3766
📹 [SwiftUI Basics Tutorial](https://www.youtube.com/watch?v=IIDiqgdn2yo)
67+
3868
📹 [SwiftUI App Tutorial - Lists, Navigation and JSON Data](https://www.youtube.com/watch?v=wbFuAs_UNYg)
69+
3970

4071
6. [SwiftUI Tutorials by Kilo Loco](https://www.youtube.com/channel/UCv75sKQFFIenWHrprnrR9aA/)
72+
4173
📹 [SwiftUI Presenting Data In A Scroll View & List](https://www.youtube.com/watch?v=wjqDQ3X5Vos)
74+
4275
📹 [Intro To SwiftUI: Simple State Management](https://www.youtube.com/watch?v=AWPiup9fE2c)
76+
4377
📹 [Before You Learn SwiftUI, You Need To Hear This...](https://www.youtube.com/watch?v=H9XyZ_F1tPI)
78+
4479

4580
7. [SwiftUI by Rebeloper](https://www.youtube.com/channel/UCK88iDIf2V6w68WvC-k7jcg/)
81+
4682
📹 [SwiftUI = Mind-blow | WWDC iOS developer reaction](https://www.youtube.com/watch?v=fbuOxKqC5wQ)
83+
4784
📹 [SwiftUI - DON'T LEARN IT (JUST YET)](https://www.youtube.com/watch?v=AKHsFNtANes)
85+
4886

4987
8. 📹 [SwiftUI Beginner Tutorial On iOS 13 by Devslopes](https://www.youtube.com/watch?v=wwDAvq9MZlQ)
5088

89+
5190
9. 📹 [Simple SwiftUI App by Brian Advent](https://www.youtube.com/watch?v=Pfw7zWxchQc)
5291

92+
5393
10. 💻 [An example to-do list app using SwiftUI](https://github.com/devxoul/SwiftUITodo)
5494

95+
5596
11. 📖 [Inside SwiftUI's Declarative Syntax's Compiler Magic](https://swiftrocks.com/inside-swiftui-compiler-magic.html)
5697

98+
5799
12. 💻 [All of the Apple documented SwiftUI tutorials in one easy download](https://github.com/danielctull/SwiftUI-Tutorials)
58100

101+
59102
13. 📹 [Live Coding SwiftUI by Swiftly Tilting Planet](https://www.youtube.com/watch?v=tIi_C5ZeLc0)

0 commit comments

Comments
 (0)