Ad

Our DNA is written in Swift
Jump

DTDownload 1.1.2

This minor update for DTDownload adds the ability to affect the ordering of downloaded URLs.

Read more

Book, out

We are happy to announce that my book Barcodes with iOS is out now. The final PDF edition arrived January 21st in the inboxes of people who had pre-ordered via the Manning Early Access Program (MEAP).

Update Jan 28th: Received my author copies. Added photo and unboxing video below.

You can order it on Manning.com (50% off with discount code mldrobnik) or amazon.com or – if you are in Europe – you might prefer Amazon.de. Either way is fine… as long as you buy a copy! 🙂

Read more

Radar: UIImageView in UIScrollView Compositing Flashing

I filed this Radar already back in December, without a sample. Now an Apple engineer requested that I provided one. So I did.

The problem is that a scrollview misaligns a content image if you pinch-to-zoom causing white lines to appear along the right and bottom edges.

Filed as rdar://19323748 and on OpenRadar.

Read more

Radar: Swipe-to-Edit on UITableView

Working on the prod.ly app (see screen shot below) I found this problem when adding actions to table view cells via the new editActionsForRowAtIndexPath: API. If you have a UIButton in the cell then the swipe does not cancel the tap on the button and you can end up accidentally executing the button action when you only wanted to edit.

Filed as rdar://19411256 and on Open Radar.

Read more

Happy New VAT

As the new year 2015 starts, Apple implements the changed EU VAT requirements.

Read more

Radar: UITextField’s implementation of UITextInput protocol

For the ProductLayer SDK I have built a text field that keeps track of the last used input language. When implementing this I noticed that several of the methods that UITextField claims to be implementing are not being called. Apparently this is a new bug in iOS 8.

Filed as rdar://19263531 and on Open Radar.

Read more

iPhone Downsizing

I admit it, I belong to the group of people who use their iPhone singlehandedly. That is, a single-thumb-typer. Also, I scoffed at the idea of a super-sized iPhone 6+. But I am somebody to apply the scientific method for examine the validity of your own beliefs. So I purchased and used an iPhone 6+ (Gold, 128 GB) for almost 2 months. Here’s my verdict as well as an intro do size classes.

Read more

Deal of the Day

My barcodes book is Deal of the Day at Manning on December 3rd! Get 50% off with the promo code below.

Read more

DTFoundation 1.7.4

This maintenance update to DTFoundation contains several minor fixes and a few new CocoaPods sub specs.

Read more

Radar: Changing Metadata RectOfInterest causes pause

I found this issue when working on a barcode scanner included in an app I am working on for prod.ly. If you want to be efficient with barcode scanning and change the scanning region in the preview depending on device orientation you’ll notice this problem. Say, you want a wider active scanning area in landscape than you want in portrait.

When you change the rectOfInterest during rotation the preview video goes to black briefly and the main thread is blocked causing the rotation to start with a delay too.

Filed as rdar://18980982 and on Open Radar.

Read more