Valentino Urbano
iOS Developer, Swift, Writer, Husband
Keep your localization files up to date - A look at Storyboards
In every project, the same problem is bound to happen (if you care and do localization - tip: you should do it, even if you plan to release your app just in English, just set it up.): You add an element to storyboard and you want to translate it, but...
On AppStore Reviews
I was browsing the app store randomly, reading reviews, when I stumbled on one in particular:
UITextView not responding to set textColor
I spent way too long to figure out why a simple UITextView set up from storyboard didn’t want to set its text color at all. the fix was pretty easy: Just make sure in Storyboard “selectable” it’s set to TRUE.
Best Of Reddit - Amageddon Take 2
I wanted to wait well past everything calmed down to report in with the latest developements.
Justified Text iOS8+ - Swift
I always thought that “Justified” would be an option for UILabel, unfortunately it used to be the case, but the option was removed with Xcode 6. The only option now is not use an AttributedString: