Skip to content

Commit abcc500

Browse files
authored
😁 Organize completed features
1 parent 4aafa3f commit abcc500

File tree

1 file changed

+22
-18
lines changed

1 file changed

+22
-18
lines changed

README.md

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -72,30 +72,34 @@ MyView().roundedBorder(.red, cornerRadius: 5.0, lineWidth: 2.0)
7272
## Completed Features
7373

7474
- App Layout
75-
- Use pre-defined spacing values
75+
- Pre-defined spacing values []
7676
- Layout using Generic Stack
77-
- Layout using Shove Views
78-
- Add fixed-width spacers
77+
- Layout using Shove View
78+
- Fixed-width spacers
7979
- 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)
8989
- 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
9696

9797
Most of the above features are **cross-platform** and are supported on both iOS and macOS.
9898

9999
## Get Started
100100

101101
Add **ShinySwiftUI** to your project using Swift Package Manager:
102+
103+
```
104+
https://github.com/Flowductive/shiny-swift-ui
105+
```

0 commit comments

Comments
 (0)