iOS Development

6 articles in this category

Highlight with Gesture Recognizer

You couldn’t highlight your view when user is touching down using tap gesture. This UX crime make your app feels inconsistent and less polish.

Status Bar Style Remains Unchanged

If you are wondering why your status bar style remains unchange when you push or present modally your view controller, here’s a checklist that might help you debug the issue…

Keeping Index Within Bounds

A simple, robust approach to managing list indices using clamping. Learn how to prevent out-of-bounds errors with minimal code.