@IBOutlet weak var someButton: UIButton! @IBAction func someButtonTapped(_ sender: UIButton) { self.delegate?.buttonTapped(cell: self) } ...
確定! 回上一頁