top of page
Search


Hui Wang
Sep 13, 20222 min read
60. CarPlay: WWDC overview
Return to "iOS CarPlay audio app development and summary" WWDC16 - Developing CarPlay Systems, Part 1 CarPlay is a smarter, safer way to...

Hui Wang
Sep 12, 20222 min read
59. SwiftUI: Introducing Capsule
Today I will show you how to use Capsule. I will use multiple Capsules to draw a colored petal. Steps: First, add a Capsule. Its default...


Hui Wang
Sep 12, 20221 min read
58. CarPlay: Frequently Asked Questions (FAQs)
Return to "iOS CarPlay audio app development and summary" Why is the CarPlay option disabled in the Simulator menu: "I/O > External...


Hui Wang
Sep 8, 20221 min read
57. Article: Lock screen widgets in SwiftUI
Lock screen widgets are the most crucial feature update in iOS 16. As the top access portal on the iPhone device, we need to grasp the...


Hui Wang
Sep 8, 20221 min read
56. Article: SwiftUI Gauge
Gauge is a new SwiftUI view introduced in iOS 16 (SwiftUI 4). It is a view that shows a value within a range. In the real world, a gauge...


Hui Wang
Sep 8, 20221 min read
55. Article: ContextMenu in SwiftUI
In UiKit, pressing with 3D Touch enables Peek and Pop to preview content quickly and provide contextual menu actions, creating a great...

Hui Wang
Sep 7, 20221 min read
54. Article: Stop Xcode 14 beta from draining your battery
There 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 Wang
Sep 7, 20221 min read
53. Article: How do we use SwiftUI in the Medium iOS application
With the iteration of SwiftUI for nearly four years, especially the official version 4.0 coming soon this month, it indicates that...

Hui Wang
Sep 6, 20221 min read
52. Article: Moving “The Swift Programming Language” book to open source
Swift-DocC is a documentation compiler launched by Apple in 2021, which can generate documentation by compiling comments in source code....

Hui Wang
Sep 5, 20221 min read
51. Article: How to improve iOS build times with modularization
With the iteration of the business, the complexity of the project code is getting higher and higher. If our application cannot be well...

Hui Wang
Sep 5, 20221 min read
50. News: Flutter 3.3 was officially released
Flutter 3.3 was officially released, and it is a relatively regular version, mainly with new features and optimizations: Framework update...

Hui Wang
Sep 1, 20225 min read
49. Make your audio app support CarPlay (Know more)
Return to "iOS CarPlay audio app development and summary" Best Practices Store data with userInfo Both CPListItem and CPListImageRowItem...

Hui Wang
Aug 2, 20229 min read
48. Make your audio app support CarPlay
Return to "iOS CarPlay audio app development and summary" Starting from iOS 14, you can use the CarPlay framework to develop an audio...

Hui Wang
Jul 27, 20223 min read
47. CarPlay: Compatible with UIScene
Return to "iOS CarPlay audio app development and summary" Using the CarPlay framework in iOS 14 and later to develop a CarPlay app must...

Hui Wang
Jul 26, 20224 min read
46. Overview of CarPlay App Development Process
Return to "iOS CarPlay audio app development and summary" 1. First, you need to determine whether your app is suitable for CarPlay,...
bottom of page