Skip to main content

Available now for Elixir work. Two weeks. One problem. $6,000. Details →

Mike Zornek

← All tags

Posts tagged “ios”

40 posts.

Swift UInt vs Int

Why I am tempted to return Swift's UInt for values that can never be negative, even though the community leans on Int.

ios

Accessibility

Apple opened its fall event with accessibility. What I have learned building for it on iOS, and seeing Philly CocoaHeads take it up.

ios

Enums and Switches

If you branch on an enum, use a switch statement. The compiler will then tell you when you forget to handle a new case.

ios

IBOutletCollection

A short CocoaHeads show and tell on IBOutletCollection, the outlet type that hands you an array of views instead of one.

ios

Xcode Documentation Downloads

Grabbing Xcode as a DMG saves re-downloading from the Mac App Store, but a 1.3 GB docs download still waits at first launch.

ios