PinnedWhat is fallthrough in Swift?The fallthrough keyword does not check the case conditions for the switch case that it causes execution to fall into. The fallthrough…Jan 25, 20181Jan 25, 20181
What are some of the safety features of Swift? — Part 1Remember whenever we turn into some iOS Dev interview we are often asked this question.Jan 12, 2021Jan 12, 2021
Category vs Sub-classing in Objective-C ?Category is useful when you want to alter the behaviour of all instances of that class even when the source code is not available to you.Feb 1, 2018Feb 1, 2018
Difference between class category and class extension in Objective-C ?Factor -> Source codeJan 29, 20181Jan 29, 20181
What is Category in Objective-C?Category is used to define additional methods to an existing class. Yes, even you don’t have its source code and even without subclassing…Jan 26, 2018Jan 26, 2018