0.4.1
Thanks for using ShinySwiftUI! 🎉
New Features
ShoveView
Use ShoveView to quickly push your content to corners/edges of the parent view, like topLeading or bottomTrailing:
ShoveView(.topLeading) {
Text("Top-left corner")
}
ShoveView(.bottomTrailing) { /* ... */ }Minor Changes
- Added the
.innerRoundedBorder(_:cornerRadius:lineWidth:)view modifier - Added the
.debug()view modifier - Improved
HighlightView
Bug Fixes
- Fixed an issue with the Swipe transition