SHViewPager: Android like view pager control for iOS Version 2.0 finally!
It has been almost or, more than 2 years I had created this controller called SHViewPager. And to my utmost surprise a lot of people actually got benefited from it.…
It has been almost or, more than 2 years I had created this controller called SHViewPager. And to my utmost surprise a lot of people actually got benefited from it.…
Ever felt the need to use a two dimensional array in you iOS project? Well, I have. So here is what I had done: Created a NSObject subclass. Taken two…
We all know the three basic principles of OOP: Encapsulation, Inheritance and Polymorphism. And there is also this fourth principle: Data Abstraction; though it's not always mentioned as a standalone…
Now a days it is fairly common to use CocoaPods to your project as the dependency manager for your iOS and MacOs projects. I have been using it for quite…
Hello everybody, For a recent project of mine, I had created this custom controller. This is quite similar to the ViewPager control used in Android. I've named this controller SHViewPager, here…
Hi everyone and welcome again to my blog. Today I am going to discuss a quick fix with you guys. Recently I was working in one my projects and came…
Hello guys and welcome to the third and final part of our discussion on Objective-C protocols and delegation. On the last part we had finished our code and left the…