XaaS/FireBase
tableview 에 button 삽입 후 title 가져오기
let cell = tableView.dequeueReusableCell(withIdentifier: "cell") as! HomeTableViewCell cell.selectionStyle = .none let image = UIImage(named:"twodimg_"+"\(indexPath.row+1)") cell.feedImageView.image = image let button = UIButton(frame: CGRect(x: 0, y: 0, width: cellFrame.width, height: cellFrame.height)) button.setTitle("fff", for: .normal) button.titleLabel?.layer.opacity = 0.0; button.addTarge..
2021. 5. 23. 14:43
최근댓글