UITextView similar to rounded UITextField with dynamic height
Ever wanted to use an UITextView that looks like a rounded UITextFiled? Also, wished it will grow it's height as you type your text? Well, you are in luck! Here…
Ever wanted to use an UITextView that looks like a rounded UITextFiled? Also, wished it will grow it's height as you type your text? Well, you are in luck! Here…
In iOS we always end up defining our instance variables as @property (strong) or @property(weak). But what does strong and weak mean, and when to use which one? In cocoa,…
Using delegates in iOS and Cocoa is a very basic and fundamental part and we use them quite frequently in our codes. As like in business, cocoa uses delegates as…
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.…
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…