NXNavigationExtension
NXNavigationExtension copied to clipboard
🔥 Lightweight, simple, and easy-to-use UINavigationBar library.
Results
3
NXNavigationExtension issues
Sort by
recently updated
recently updated
newest added
新版SwiftUI在项目中已经不再使用AppDelegate了,取而代之的是 ``` import SwiftUI @main struct xxxxxApp: App { var body: some Scene { WindowGroup { XxxxView() } } } ``` 请问这种结构下如何接入NXNavigation呢?初学SwiftUI还望不吝赐教。
question
iphone 12 , ios18 ,注释图片内容 操作步骤: 动作1:手指在屏幕左边边缘往右滑动, 动作2:点击任意cell 现象:不能正常跳转,只有导航栏标题变了。 只要在跳转之前有动作1 就不能正常跳转 https://github.com/user-attachments/assets/d5c0d6a6-b611-450c-951f-d0e5e20a792c @l1Dan
bug