Commit 0f96ce67 authored by Alex朱枝文's avatar Alex朱枝文

AttributedString action循环引用没法释放问题修复

parent 29f06dcd
......@@ -68,6 +68,10 @@ class YHVisaRenewalPayMethodUrlCell: YHResignDocumentCell {
})
urlLabel.attributed.text = attStr
}
deinit {
urlLabel.attributed.text = nil
}
}
extension YHVisaRenewalPayMethodUrlCell {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment