[Kind of] Private methods in Objective C
Objective C is a very flexible language, but one thing which I have always found missing is a native way to have private methods. I find private methods extremely useful when separating internal logic in a class into reusable methods which are irrelevant outside the scope of that class…
Read more "[Kind of] Private methods in Objective C"