diff --git a/HDFwear/Setting/BackgroundVC.swift b/HDFwear/Setting/BackgroundVC.swift index 629841f..3713a7c 100644 --- a/HDFwear/Setting/BackgroundVC.swift +++ b/HDFwear/Setting/BackgroundVC.swift @@ -98,8 +98,8 @@ extension BackgroundVC: UITableViewDelegate, UITableViewDataSource { func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { let cell = tableView.dequeueReusableCell(withIdentifier: "SettingCell3", for: indexPath) as! SettingCell3 - cell.widthLayout.constant = 30 - cell.setImageView.image = UIImage(named: settingArray[indexPath.section][indexPath.row]) +// cell.widthLayout.constant = 30 +// cell.setImageView.image = UIImage(named: settingArray[indexPath.section][indexPath.row]) cell.titleLabel.font = BoldFont(14) cell.titleLabel.text = " " + LocString(settingArray[indexPath.section][indexPath.row]) return cell diff --git a/HDFwear/Setting/Base.lproj/Setting.storyboard b/HDFwear/Setting/Base.lproj/Setting.storyboard index cfcdbb5..f949397 100644 --- a/HDFwear/Setting/Base.lproj/Setting.storyboard +++ b/HDFwear/Setting/Base.lproj/Setting.storyboard @@ -455,32 +455,37 @@ - - + + - - + +