Latest Issue Archives Sponsorship Become an Insider
iOS Dev Weekly
Search

Your search for zabłocki returned 19 results

  • Tools

    KZPlayground

    I really don't need to say anything about this except this is playgrounds, for Objective-C, by Krzysztof Zabłocki. Check out the video too, super cool.

    Issue 169 • Oct 24th 2014

  • Code

    Details matter - Harnessing the power of CoreAnimation

    Krzysztof Zabłocki with a great tutorial on reproducing the animations and interactions from the Stripe Checkout. There's not really any new techniques here but it's good to see it all put together.

    Issue 229 • Dec 18th 2015

  • Tools

    Little things that can make your life easier in 2016

    Let's start 2016 with a collection of small tips that are going to make your year that bit easier. Krzysztof Zabłocki has put together a collection of Xcode plugins, tips and hidden user preferences that'll take Xcode to 11. 🚀

    Issue 231 • Jan 1st 2016

  • Code

    Difference

    Krzysztof Zabłocki with a tiny little library that does just one thing, but does it well. It takes two instances of a class and identifies which properties are different between them. Simple and useful!

    Issue 324 • Oct 27th 2017

  • Code

    swift-custom-dump

    After talking about diffing XCTest failures last week, I had a few messages mentioning this package from Brandon Williams and Stephen Celis, so I thought I should give it a link! I also meant to include another link to Difference from Krzysztof Zabłocki, so let's fix that as well. 😅

    I must say, though, I prefer solving this problem with an external tool rather than an extra dependency.

    Issue 541 • Jan 14th 2022

  • Code

    Pinch to reveal animation

    I hadn't come across this style of transition before but I quite like the idea. This implementation of the technique from Krzysztof Zabłocki is not only open source but does it using layer masks to avoid the lag of taking screenshots before peeling back the content.

    Issue 52 • Jul 27th 2012

  • Code

    Stop writing data parsing code in your Apps

    I really like this property mapper class from Krzysztof Zabłocki. No subclassing, no dependencies just a simple data structure to describe mappings between dictionaries and properties. The problem being solved by this is not enormous but for the amount of times this kind of code gets written this is a worthwhile little helper.

    Issue 104 • Jul 26th 2013

  • Tools

    KZLinkedConsole

    Wouldn't it be nice if you could click on a log statement in the Xcode debug window and jump directly to the line that generated that output? Krzysztof Zabłocki has a plugin to do exactly that. There's also an accompanying blog post which describes the process of creating it.

    Issue 228 • Dec 11th 2015

  • Code

    Traits

    A new library from Krzysztof Zabłocki for dynamically modifying your app at runtime, even supporting Injection (mentioned earlier in this issue). He's also put together a blog post with some thoughts on the why and how of how this came to be developed.

    Issue 282 • Jan 6th 2017

  • Code

    Straighforward Data Snapshots

    If your app deals with a lot of ever changing data, and let's face it that's most apps, then this technique from Krzysztof Zabłocki is going to be super useful to you. I really like the approach because it didn't need big architectural changes and it solves a real problem.

    Issue 413 • Jul 19th 2019

  • 1 of 2
  • 2
  • Next

Subscribe with

No spam, ever. We'll never share your email address and you can opt out at any time.

Subscribe with Safari to receive a push notification when new issues are published.

Visit this page in Safari on Mac OS X Mavericks or above to enable push notifications

©2011-2022 iOS Dev Weekly | Terms of Use | Privacy Policy | Sponsorship | Twitter | Suggest a Link

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Published with Curated