Skip to content

0.4.1

Compare
Choose a tag to compare
@benlmyers benlmyers released this 23 Mar 11:21
· 49 commits to main since this release

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