Notes 13-May-2026
Created
May 13, 2026 12:36
-
-
Save byJeevan/323558c07c82f3cb50989e196ad27ddc to your computer and use it in GitHub Desktop.
iOS Pro Notes - 2
Author
Pagination: Cursor vs Offset based.
SOLID Principle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How optionals implemented under the hood ?
what is @escaping and non-escaping ?
Working of Retain count ?
Higher order functions compactMap, reduce etc ?
Any vs AnyObject ?
Copy on write concept
Array vs Array slice vs collection of one ?
class vs Actor vs MainActor , re- entrancy problem ?