takeshi-1000 / my_memo

0 stars 1 forks source link

weak self / unowned self 違い #33

Closed takeshi-1000 closed 2 years ago

takeshi-1000 commented 2 years ago

weak self の必要性について

https://qiita.com/takehito-koshimizu/items/12c0fab3fa64792e9b0a#:~:text=%E4%B8%80%E6%96%B9%E3%81%A7%20UIView.animate%20%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6%E3%81%AF%E3%80%81%E5%8D%98%E7%B4%94%E3%81%AB%E3%82%AD%E3%83%A3%E3%83%97%E3%83%81%E3%83%A3%E3%83%AA%E3%82%B9%E3%83%88%E3%81%AF%E4%B8%8D%E8%A6%81%E3%81%A7%E3%81%99%E3%80%82

takeshi-1000 commented 2 years ago

やはりUITableViewDelegateはweak参照

スクリーンショット 2022-03-26 15 44 59
takeshi-1000 commented 2 years ago

ARCについての詳細確認 https://qiita.com/rockname/items/b00d52c9bc49603f99a5 https://docs.swift.org/swift-book/LanguageGuide/AutomaticReferenceCounting.html

takeshi-1000 commented 2 years ago

https://github.com/takeshi-1000/my_memo/blob/main/2022/0413.md にある程度書いておいた