Costa Chung
Costa Chung
It looks like that the .contextMenu animation messed up with mask or clipShape. I am not sure if it is a bug on contextMenu. Adding .contentShape fix the clipping problem....
I come up with a workaround which is adding a background view below the .contextMenu. However, it works only on Xcode 12 beta 4.  ```swift Button(action: {}) { Text("Button").fontWeight(.bold)...
This is a good idea for people who want to use neumorphic UI on different color backgrounds (except black and white) without having to pick which color to use for...
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...
Could you provide the piece of code of the inner shadow that you used in the widget kit and a screenshot as well? Thanks.
@axiom-media You can use the TableViewReorderDelegate. Implement the canReorderRowAt delegate method, and others as necessary. `func tableView(_ tableView: UITableView, canReorderRowAt indexPath: IndexPath) -> Bool { //If it is a thumbnail...