Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yongbeomkwak/import-swiftui
디자이너분들과 함께한 SwiftUI 스터디 import SwiftUI 레포입니다.
https://github.com/yongbeomkwak/import-swiftui
swift swiftui
Last synced: 2 days ago
JSON representation
디자이너분들과 함께한 SwiftUI 스터디 import SwiftUI 레포입니다.
- Host: GitHub
- URL: https://github.com/yongbeomkwak/import-swiftui
- Owner: yongbeomkwak
- Created: 2023-03-13T10:53:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-08T09:51:49.000Z (about 1 year ago)
- Last Synced: 2023-11-08T11:02:06.305Z (about 1 year ago)
- Topics: swift, swiftui
- Language: Swift
- Homepage:
- Size: 8.52 MB
- Stars: 64
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 디자이너분들과 함께하는 SwiftUI 스터디
## 목차
1. [Text](https://github.com/yongbeomkwak/ADA/tree/main/SwiftUI/Summary/Text)
2. [Shape](https://github.com/yongbeomkwak/ADA/tree/main/SwiftUI/Summary/Shape)
3. [Color](https://github.com/yongbeomkwak/ADA/tree/main/SwiftUI/Summary/Color)
4. [Gradients](https://github.com/yongbeomkwak/ADA/tree/main/SwiftUI/Summary/Gradients)
5. [Icons](https://github.com/yongbeomkwak/ADA/tree/main/SwiftUI/Summary/Icons)
6. [Image](https://github.com/yongbeomkwak/ADA/tree/main/SwiftUI/Summary/Image)
7. [Frames & Alignments](https://github.com/yongbeomkwak/ADA/tree/main/SwiftUI/Summary/Frames%20%26%20Alignments)
8. [Backgrounds & Overlays](https://github.com/yongbeomkwak/ADA/tree/main/SwiftUI/Summary/Backgrounds%20%26%20Overlays)
9. [Stack](https://github.com/yongbeomkwak/ADA/tree/main/SwiftUI/Summary/Stack)
10. [Padding & Spacer](https://github.com/yongbeomkwak/ADA/tree/main/SwiftUI/Summary/Padding%20%26%20Spacer)
11. [PropertyWrappers](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/PropertyWrappers)
12. [StatePropertyWrapper](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/State%20PropertyWrapper)
13. [Extracting functions and subviews](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Extracting%20functions%20and%20subviews)
14. [Inits and Enums](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Inits%20and%20Enums)
15. [ForEach](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/ForEach)
16. [ScrollView](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/ScrollView)
17. [Grid](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Grid)
18. [Ignore Safe Area](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Ignore%20Safe%20Area)
19. [Button](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Button)
20. [Conditional Statements](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Conditional%20Statements(if-else))
21. [BindingPropertyWrapper](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Binding%20PropertyWrapper)
22. [Path](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Path)
23. [ListStyle](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/List%20Style)
24. [LazyStack](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/LazyStack)
25. [Context Menu](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/ContextMenu)
26. [TextField & TextEditor](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/TextField)
27. [List](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/List)
28. [Alert](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Alert)
29. [ActionSheet](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/ActionSheet)
30. [Popover](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Popover)
31. [Animations](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Animations)
32. [Animation Curve Timing](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Animation%20Curves%20and%20Timing)
33. [Sheets](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Sheets)
34. [NavigationView](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/NavigationView)
35. [Toggle](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Toggle)
36. [Picker](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Picker)
37. [ColorPicker](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/ColorPicker)
38. [Transition](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Transition)
39. [FocusState](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/FocusState)
40. [Custom Return KeyBoard Button](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Custom%20Keyboard%20Submit%20Button)
41. [Date Picker](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Date%20Picker)
42. [Slider](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Slider)
43. [Stepper](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Stepper)
44. [If let guard let](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/If%20Let%2C%20Guard%20Let)
45. [OnAppear onDisappear](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/OnAppear%2C%20OnDisappear)
46. [OnTapGesture](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/OnTapGesture)
47. [TabView](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/TabView)
48. [DarkMode](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Dark%20mode)
49. [Markups & Documentation](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Markups%20%26%20Documentation)
50. [@AppStorage](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/%40AppStorage)
51. [@ObservableObject & @StateObject](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/%40ObservableObject%20%26%20%40StateObject)
52. [@EnvironmentObject](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/%40EnvironmentObject)
53. [AsyncImage](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/AsyncImage)
54. [Background Materials](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Background%20Materials)
55. [TextSelection](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/TextSelection)
56. [Button styles and control sizes](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Button%20styles)
57. [List Swipe Actions](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/List%20Swipe%20Actions)
58. [Badges](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Badges)
59. [SoundEffect](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/SoundEffect)
60. [Haptic](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Haptic)
61. [Multiple Sheets](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Multiple%20Sheets)
62. [Mask](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Mask)
63. [High Order Function](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/High%20Order%20Function)
64. [Rotation Gesture](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Rotation%20Gesture)
65. [Drag Gesture](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Drag%20Gesture)
66. [ScrollViewReader](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/ScrollViewReader)
67. [GeometryReader](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/GeometryReader)
68. [Long Press Gesture](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Long%20Press%20Gesture)
69. [Magnification Gesture](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Magnification%20Gesture)
70. [Multi-threading](https://github.com/yongbeomkwak/SwiftUI-Study/blob/main/SwiftUI/Summary/Multi-threading/README.md)
71. [Hashable Protocol](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Hashable%20Protocol)
72. [Local Notification](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Local%20Notification)
73. [Codable](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Codable)
74. [Typealias](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Typealias)
75. [Weak self](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Weak%20self)
76. [escaping](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/%40escaping)
77. [Timer](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Timer%20%26%20onReceive)
78. [Group](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Group)
79. [Combine Publishers & Subscribers](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Publishers%2C%20Subscribers)
80. [CoreData](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Core%20Data%20with%20%40FetchRequest)
81. [URLSession and escaping closures](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/URLSession%20and%20escaping%20closures)
82. [Base Step Combine](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Combine)
83. [Custom Shape](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Custom%20Shape)
84. [Custom Shape Animation](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Custom%20Shape%20Animation)
85. [Button Styles](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Button%20styles)
86. [Resizable Sheet](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Resizable%20Sheet)
87. [SafeAreaInset](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/SafeAreaInset)
88. [MatchedGeometryEffect](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/MatchedGeometryEffect)
89. [ToolBar](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Toolbar)
90. [Custom AnyTransition](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Custom%20AnyTransition)
91. [ViewModifier](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/ViewModifier)
92. [PreferenceKey](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/PreferenceKey)
93. [@ViewBuilder](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/%40ViewBuilder)
94. [Generics](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/Generics)
95. [UIViewRepresentable](https://github.com/yongbeomkwak/SwiftUI-Study/tree/main/SwiftUI/Summary/UIViewRepresentable)