UIView.animate 메모리릭 관련하여...
·
개발일기/IOS
https://gyuios.tistory.com/219 iOS) UIView.animate(...) 왜 메모리릭이 발생하지 않나요?Is it necessary to use [unowned self] in closures of UIView.animateWithDuration(...)? 이 글은 위의 stackoverflow 질문을 읽고 정리해본 글입니다. 작성자님의 질문을 아래와 같았다. 아래의 코드는 메모리 릭을 피할 수gyuios.tistory.com ARC에 대해 다시 공부하는게 좋을듯https://yudonlee.tistory.com/35 [Swift] Strong Reference Cycle - ARC 기초 2탄안녕하세요, 지난 포스팅에선 ARC의 정의, ARC의 작동원리에 대해서 공부했습니다. ..