@@ -72,30 +72,34 @@ MyView().roundedBorder(.red, cornerRadius: 5.0, lineWidth: 2.0)
72
72
## Completed Features
73
73
74
74
- App Layout
75
- - Use pre -defined spacing values
75
+ - Pre -defined spacing values [ → ]
76
76
- Layout using Generic Stack
77
- - Layout using Shove Views
78
- - Add fixed -width spacers
77
+ - Layout using Shove View
78
+ - Fixed -width spacers
79
79
- View Functionality
80
- - Use operations on views [ → ]
81
- - Resize views using modifiers
82
- - Easily refresh views
83
- - Add style to views using modifiers
84
- - Add animations /transitions using modifiers
85
- - Debug views using modifiers
86
- - Save a screenshot of a view
87
- - Add hover tooltips to views (iOS )
88
- - Check mouse position within a view (macOS)
80
+ - Operations on views
81
+ - View frame modifiers
82
+ - View refresh modifier
83
+ - View styling modifiers
84
+ - Custom animation /transitions
85
+ - Debugging view modifier
86
+ - Screenshot view method
87
+ - Hover tooltip modifier (macOS )
88
+ - View mouse position checking (macOS)
89
89
- Other Features
90
- - Quickly add dividers
91
- - Use image modifiers
92
- - Use color features
93
- - Add visual effects
94
- - Add pre -made buttons
95
- - Highlight tutorial action items
90
+ - Image modifiers
91
+ - Color features
92
+ - Quick dividers
93
+ - Visual effects
94
+ - Pre -made buttons
95
+ - Action item highlight modifier
96
96
97
97
Most of the above features are ** cross-platform** and are supported on both iOS and macOS.
98
98
99
99
## Get Started
100
100
101
101
Add ** ShinySwiftUI** to your project using Swift Package Manager:
102
+
103
+ ```
104
+ https://github.com/Flowductive/shiny-swift-ui
105
+ ```
0 commit comments