Home
search
Collections
Sign in or create an account
×
Upload an optional image.
Medium site navigation
Upload an optional image.
Arthur Ariel Sabintsev
Mobile Lead
@IDme
. Former Nuclear Physicist.
Following
162
Followers
193
Elsewhere
Follow
Most recommended
HOWTO: Properly Dismiss the Keyboard on a UITextField
Everyone’s been doing it wrong for years.
Over the years, I’ve seen a lot of code on dismissing the keyboard when tapping outside a UITextField. All of the solutions I’ve come across involve having some known reference to the UITextField object, using invisible views, or something totally outlandish. As I recently encountered this problem again, I decided to see if there was something I, and many others have been missing when it comes to handling this situation.
Arthur Ariel Sabintsev
1 min read
Latest
IDmeActionLabel: Target-Action Support for UILabel
I came into a situation a few days ago where I needed to have a UILabel, built with an attributed string, act like a button on various…
Arthur Ariel Sabintsev
1 min read
Harpy v2.6.0 Released
A small iOS library gets a little bit of love.
Arthur Ariel Sabintsev
2 min read
Optionals in Swift
To nil or not to nil.
Arthur Ariel Sabintsev
3 min read
More
Collections edited by Arthur Ariel Sabintsev
Arthur’s Coding Tips
Follow
57
MMORPG Gaming
Follow
15
ID.me Engineering
Follow
1
Recommended by Arthur Ariel Sabintsev
Facets of Swift, Part 3: Values and References
This article is about values and references, as there are a few gotchas related to values that confuse even seasoned Objective-C developers.
Tammo Freese
10 min read
Learnings from building a Today View Extension in iOS 8
iOS 8 provides some incredible new features that apps can take advantage of. Due to the shear amount of new features and frameworks Apple…
Christopher Truman
6 min read
How I Accidentally Became an Android Developer: My Journey from iOS to Android
Hey! I’m Tom, and I’m Buffer’s Android developer, though you might be surprised to learn that before Buffer I had little Android experience.
Tom Redman
13 min read
More