Tag: blog
All the articles with the tag "blog".
-  
Variable Bindings
Published:• 2 min readWorking with auto layout in code may be painful. Especially if you’re trying to setup the constraints for more than a few views.
 -  
Editing Changed
Published:• 1 min readUITextViewDelegate has a very useful method: -textViewDidChange:. As the name implies, text view calls this method on its delegate whenever the text it is curre
 -  
Date Formatter
Published:• 2 min readOne of the strongest classes of the Foundation framework undoubtly is NSDateFormatter. With NSDateFormatter, one can easily convert a date object into strings w
 -  
Alternative Button
Published:• 4 min readThere must be a time when every iOS developer wanted to place the image of UIButton above the title. Alternative Button is here for that!
 -  
Masking views
Published:• 2 min readApart from cornerRadius, we can easily mask any view with any shape and path using UIBezierPath and CAShapeLayer. This provides us much more flexibility in layi