Ad

Our DNA is written in Swift
Jump

DTFoundation 1.7.3

This maintenance release for DTFoundation fixes our block-based action sheet and alert view for iOS 8 GM.

Read more

Radar: Transition Coordinator set too late to be useful for unwind segues

This is an enhancement request that came to me when pondering how to execute code following the dismissal of a modal view controller. It’s filed as rdar://17915792 and on Open Radar.

Read more

Dismissal Completion Handler

While working on an additional section for my book, I encountered a tricky situation. Pause for a moment and ponder how you would solve this: You present a modal view controller. Some action within it communicates via delegate to the presenting view controller and this dismisses it. You need to present a new modal view controller right after the first one has animated out.

Read more

DTDownload 1.1.1

This maintenance update for DTDownload fixes a dependency clash with DTFoundation and contains several minor fixes.

Read more

Development Pods

When integrating your own CocoaPods into your apps you often find some things you’d like to tweak in your component from within the app project/workspace. This would allow you to immediately test the fix in the context of the app. This blog explains how to work with Development Pods which allow you to do exactly that.

Read more

DTFoundation 1.7.2

This maintenance update for DTFoundation fixes a slew of warnings that appear building for iOS 8 only or with Xcode 6.

Read more

Square-Cropping Images

Christian asks:

How would you – most elegantly – crop out the center square of an image, preserving the aspect ratio and output the image with a given size?

That’s a good question. There is a “classic” and a “modern” method to achieving this.

Read more

Siri: Support “Countdown” synonymously with “Timer” in German

This has been bothering me ever since I switched my Siri to German. Now, finally, I radar’d it as rdar://17722963 and on Open Radar. Maybe then it finally has a chance to be fixed, eventually.

Read more

Barcodes Book complete on MEAP

After I had handed in the seventh and final chapter of my Barcodes book, Manning is now also making this available on the Manning Early Access Program (MEAP). This makes the complete book content available for readers who prepurchased a copy.

Read more

DTRichTextEditor 1.6.7

This maintenance release for DTRichTextEditor brings together various fixes from recent DTCoreText and DTFoundation updates and adds support for tint color.

Read more