このようにビュー アニメーション API 内のセルフ オブジェクトにアクセスすると、
[UIView animateWithDuration:10 animations:{
// accessing self object.
}];
これは保持サイクルにつながりますか?
ありがとう
このようにビュー アニメーション API 内のセルフ オブジェクトにアクセスすると、
[UIView animateWithDuration:10 animations:{
// accessing self object.
}];
これは保持サイクルにつながりますか?
ありがとう