- Using StoreKit2 no longer need the restore purchase button, but in order to pass Appstore review, you also need to put one [AppStore review handbook]Yesterday I submitted a new app. My plan for 2023 is to develop a series of small apps to have… Read more: Using StoreKit2 no longer need the restore purchase button, but in order to pass Appstore review, you also need to put one [AppStore review handbook]
- Quickly build a fully customizable PDF reader from scratch using SwiftUI and PDFKitSwiftUI’s ability to quickly create UI is very powerful, and Apple also provides a PDFKit framework, so you can use… Read more: Quickly build a fully customizable PDF reader from scratch using SwiftUI and PDFKit
- Can’t download GoogleService-Info.plist from Firebase console? How to Slove it?Today I find I can’t download my new project’s GoogleService-Info.plist from Firebase console. When I click button to download GoogleService-Info.plist,… Read more: Can’t download GoogleService-Info.plist from Firebase console? How to Slove it?
- Xcode 12.5 start force Action target must set APPLICATION_EXTENSION_API_ONLY to trueFrom Xcode 12.5 start Apple force Action target must set APPLICATION_EXTENSION_API_ONLY to true. If you didn’t set it, you will… Read more: Xcode 12.5 start force Action target must set APPLICATION_EXTENSION_API_ONLY to true
- SwiftUI List.listStyle examples with screenshotsIn SwiftUI, there are serval styles with List. They are DefaultListStyle, InsetListStyle, GroupedListStyle, InsetGroupedListStyle, SidebarListStyle and PlainListStyle.