SlideOverCard Versions Save

A SwiftUI card view, made great for setup interactions.

3.0.1

2 weeks ago

πŸ™οΈ Use the .background() modifier instead of a ZStack to avoid layout interferences ⚠️ Remove unnecessary deprecated warnings πŸ› οΈ Other minor improvements

3.0.0

4 weeks ago

Hi! It's been a while. These are the changes in version 3.0.0:

✨ Now, the .slideOverCard(:_) modifier uses the SOCManager by default for presentation, meaning it can now present a card over the entire view hierarchy from any child view. To keep this package streamlined, the SOCManager class and the SlideOverCard view have been made private as they're no longer needed. Deprecated structs and initializers have also been removed.

πŸ› οΈ The presentation behavior in the SOCManager has also been improved substantially β€” now you can present cards over sheets, tab views and much more. Also, all animation issues were fixed.

πŸ‘†Now, cards can be dismissed by an outside tap. To disable this behavior, just include .disableTapToDismiss in your SOCOptions.

πŸ“± The default corner radius of the cards is now automatically calculated by the device's bezels' corner radius and the outerPadding parameter.

πŸ“ The project's file structure has been revamped, and the README has been adjusted and streamlined.

πŸŽ† There's also a new, shinier icon!

Thank you to everyone who's supported this project!

2.1.0

1 year ago

🌈 New unified stying options ✨ Refactoring βš’οΈ Small fixes ⭐️ 630+ stars! Never thought this could get there.

2.0.0

2 years ago

πŸ”€ Renaming SlideOverCardView to SlideOverCard 🎚 Centralizing option parameters as an option set πŸ•Ί Creating the SOCManager to add the ability to present the card as a screen overlay πŸ“± Enabling iOS 13 support 🌈 Project refactoring

1.2.6

3 years ago

πŸ› Fixing animations when using an optional binding (thanks to #4, by @Kleemann)

1.2.5

3 years ago

🐞 Bug fixing

1.2.4

3 years ago

☺️ Huge thanks to Clear Spaces for using SlideOverCard! ✨ 150+ stars! (that's just mind-blowing)

1.2.3

3 years ago

🀌 Improved gesture handling πŸ” Removing the need for withAnimation

1.2.2

3 years ago

πŸ₯³ Celebrating 100+ stars! Thank you so much! βš–οΈ Added a new license (MIT) βž— Code and README improvements

1.2.1

3 years ago

πŸ–Ό Updated logo πŸ” Alternative iPad transition πŸ“ƒ Layout improvements βž— Code improvements