わからないこと
tablecellview内のuiimage(画面レイアウトで選択されている画像)の表示状態をセルごとに表示したり、非表示に切り替えたいが常に表示されてしまいます。
コード
func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
// セルを取得する let cell = tableView.dequeueReusableCell(withIdentifier: "CustomCell") as! InviteUserCell //データを取得する let data = self.list[indexPath.row] //画像 if data["liveSupportFlg"].intValue == 1 { cell.SupporterImg.isHidden = false } else { cell.SupporterImg.isHidden = true }
開発環境
Xcode 11.3、swift5
画面レイアウト
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。