KyungJun Min

Results 1 comments of KyungJun Min

``` __block CGRect currentBounds; __block CGSize currentViewSize; runOnMainQueueWithoutDeadlocking(^{ currentBounds = self.bounds; currentViewSize = self.bounds.size; }); ``` use this