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