costachung / neumorphic

🚀Neumorphic is a SwiftUI utility to build Neumorphism Soft UI (supports both *outer shadow and *inner shadow)
MIT License
819 stars 63 forks source link

Using tabview. #6

Open NakaokaRei opened 4 years ago

NakaokaRei commented 4 years ago

This module is very useful !! Do you plan to support tabviews?

costachung commented 4 years ago

Thanks! That’s a good idea to have tabview support in the library.

Before we can dive in to the implementation, there are few things that we should work on. They are the neumorphic style UI design of tab view, and the interaction of the tab view.

Something like this: https://dribbble.com/shots/9193808-Skeuomorphic-Tab-Bar Or this: https://dribbble.com/shots/10725922-Neumorphic-Components

I am not sure if we will support a super easy way to make a neumorphic tabview in the future. However, I think we should look into how to make it easier to to build our own custom tabview.

Thanks for your suggestion.

khanhson47 commented 1 year ago

Hi, does it support for tabview now?