Sooner or later you will face with changing back button title in navigation bar. This may seem simple. But after few hours trying to change this damn text, […]
iOS
Posted on:
How to proper use UIImage with tint color?
This can seem trivial, but I saw lot of people complaining about not working tint color when using UIImage. Here is the proper way: UIImageView *imageView = [[UIImageView […]