5 | MenuWithAView is a SwiftUI package that lets you add accessory views to your context menu interactions, with UIKit's private _UIContextMenuAccessoryView.
6 |
7 | Compatible with iOS 18 and later
8 |
Built with 🍏🕵️🤝👜 by Aether and Seb
108 | -------------------------------------------------------------------------------- /Sources/MenuWithAView/AccessoryItem.swift: -------------------------------------------------------------------------------- 1 | // 2 | // ContextMenuAccessory.swift 3 | // MenuWithAView 4 | // 5 | // Created by Aether Aurelia Seb Vidal on 11/05/2025. 6 | // 7 | 8 | import SwiftUI 9 | import ContextMenuAccessoryStructs 10 | 11 | struct AccessoryItem