10
Como lidar corretamente com o Self fraco em blocos rápidos com argumentos
No meu TextViewTableViewCell, eu tenho uma variável para acompanhar um bloco e um método de configuração onde o bloco é passado e atribuído. Aqui está a minha TextViewTableViewCellturma: // // TextViewTableViewCell.swift // import UIKit class TextViewTableViewCell: UITableViewCell, UITextViewDelegate { @IBOutlet var textView : UITextView var onTextViewEditClosure : ((text : String) …
151
ios
swift
retain-cycle