Two Bit Labs

Results 5 issues of Two Bit Labs

When using UIAlertView+Blocks in swift, the `id` constructors are exposed as static methods returning `AnyObject!`: Updating them to return `instancetype` exposes some more expected initializers: It actually feels like more...

If you create an OHAttributedLabel without a frame and position it using autolayout, it has 0 height. This is because when intrinsicContentSize is invoked, attributedText is not set in the...

When I connect to a WPA2 network on Lion, Sidestep still re-routes through my proxy server. I see the following messages in my system.log. The network "NextSpace" is a WPA2...

I couldn't build LRResty because Xcode 4.3 doesn't include a 4.3 SDK, and we needed it to support armv6 for a project we're using it in.

I know that there's some contention about whether DELETE requests should support an HTTP body, but it's not forbidden in the spec, and you're often at the mercy of what...