Post

Replies

Boosts

Views

Activity

Comment on How can I customize markdown attribute?
Yep, I have seen that. But how to add a customize style for it, for instance, the rainbow effect in the session. Where should I add these styling code?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’21
Comment on How can I customize markdown attribute?
Do you mean that I should create a new AttributeScope structure to include all my customize styles?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’21
Comment on How can I get the safeAreaInsets in iOS 15?
As I mentioned before, my project is written completely in SwiftUI, so how can I get the global safeAreaInsets? Because there is no UIViewController or UIView in my code.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jul ’21
Comment on SwiftUI Support
When you select some texts, the edit menu will automatically shows up. On iPadOS, right click on a text do you have selected to automatically show up a menu.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’22
Comment on SwiftUI Support
please check out the session adopt desktop class editing interactions
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’22
Comment on SwiftUI Support
The menu appears when you have selected some texts.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’22
Comment on Toolbar Roles behavior
But I can’t find any item on the leading side of the navigation bar to navigate between views in the browser role.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’22
Comment on Toolbar Roles behavior
Oh~~ I have found some differences after the navigationlink pushing!! I will add a new reply to show what I have found. Thank you very much!! Best regard😆
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’22
Comment on How to install iOS 13 on iPhone 6 Plus
Are you kidding? The maximum OS version of iPhone 6 Plus is iOS 12😂
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’22
Comment on .backgroundTask in SwiftUI cannot compile
I did that. It seems like in a blank project, it works. But I have modified the sample code, which is called ComposingCustomLayoutsWithSwiftUI, and it has the same error behavior!!!!😔
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’22
Comment on .backgroundTask in SwiftUI cannot compile
It is definitely a bug!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’22
Comment on .backgroundTask in SwiftUI cannot compile
Failed too :(
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’22
Comment on .backgroundTask in SwiftUI cannot compile
It's not a problem cause by modifier's order. In fact, If I only have one line of code inside WindowGroup, it can compile successfully.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on .backgroundTask in SwiftUI cannot compile
In order to pack the modified view into one single, unmodified view. My solution is AnyView(ContentView().anyModifiers...). It works for me.  @javiermares
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on .backgroundTask in SwiftUI cannot compile
I totally agree with you. Your assumption is correct.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’22