Post

Replies

Boosts

Views

Activity

Reply to property of UIContentConfiguration cannot be called
Thank you for your answers! I missed the difference UIContentConfiguration and UIListContentConfiguration. I solved by rewriting as follows guard let content = cell.contentConfiguration as? UIListContentConfiguration else {       XCTFail()       return     }     XCTAssertEqual(content.text, "title")
Topic: UI Frameworks SubTopic: UIKit Tags:
May ’21
Reply to The console displays "Failed to parse font key token"
Precisely the following [Font] Failed to parse font key token: hiraginosans-w6
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to property of UIContentConfiguration cannot be called
Thank you for your answers! I missed the difference UIContentConfiguration and UIListContentConfiguration. I solved by rewriting as follows guard let content = cell.contentConfiguration as? UIListContentConfiguration else {       XCTFail()       return     }     XCTAssertEqual(content.text, "title")
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
May ’21