Hui WangSep 8, 20221 min readArticles55. Article: ContextMenu in SwiftUIIn UiKit, pressing with 3D Touch enables Peek and Pop to preview content quickly and provide contextual menu actions, creating a great...
Hui WangSep 7, 20221 min readArticles54. Article: Stop Xcode 14 beta from draining your batteryThere is a bug in Xcode14 betas 4~6 that, when running the iOS 16 iPhone Simulator, causes a crash loop in the PosterBoard process,...
Hui WangSep 7, 20221 min readArticles53. Article: How do we use SwiftUI in the Medium iOS applicationWith the iteration of SwiftUI for nearly four years, especially the official version 4.0 coming soon this month, it indicates that...
Hui WangSep 6, 20221 min readArticles52. Article: Moving “The Swift Programming Language” book to open sourceSwift-DocC is a documentation compiler launched by Apple in 2021, which can generate documentation by compiling comments in source code....
Hui WangSep 5, 20221 min readArticles51. Article: How to improve iOS build times with modularizationWith the iteration of the business, the complexity of the project code is getting higher and higher. If our application cannot be well...