From 71fdab20be9ed0e179e66098e0eb15baa875e07f Mon Sep 17 00:00:00 2001 From: Jai Prakash Yadav Date: Mon, 12 Jun 2023 23:02:42 +0530 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0379c1..4ab3b65 100644 --- a/README.md +++ b/README.md @@ -1681,7 +1681,7 @@ extension Array { 31. Origin of bounds equals zero(rotate the view or move inside of the super view) like scroll view, frame the same bound change 32. Problem: small button(put a view on top with Gesture recogniser, bigger button, on set of the button, responderchain(hitTest, property Animator) if the touch inside of the view or outside 33. What are the ways to animate view(animate, core animation)property animate -34. GCD vs NSOperationQueue, dispatch queue which is concurant(, dispatch after do?, where it can be useful , dispatchgroup, dispatch barrier async (only one at a time) , dispatch queue how to synchronize ? Locks +34. GCD vs NSOperationQueue, dispatch queue which is concurrent(, dispatch after do?, where it can be useful , dispatchgroup, dispatch barrier async (only one at a time) , dispatch queue how to synchronize ? Locks 35. what is deadlock? How to avoid deadlocks