codingingBoy
codingingBoy
``` __block CGRect currentBounds; runOnMainQueueWithoutDeadlocking(^{ currentBounds = self.bounds; }); ``` There is a certain rist to this solution, it's not in main thread, `currentBounds = self.bounds;` will be excute after...
@Sumit-2singh Perfect👍
same problem, I have no idea about how to use this, even no demo or sample code
So is there a conclusion for this? I received more and more this crash for my app these days.