SwiftUIの基本を身につけたい方はこちら

【Xcode/Swift】警告:Unsupported Configuration: Prototype table cells must have reuse identifiers

警告内容

warning: Unsupported Configuration: Prototype table cells must have reuse identifiers

対応方法

tableViewCellIdentifierにIDを追加する

評価