Swift London about Natalie, the talk

Earlier this month (October 19, 2015), I had the pleasure to be part of Swift London [http://www.meetup.com/swiftlondon/events/226121906/] meetup. I talked about Natalie - Storyboard Code Generator [https://github.com/krzyzanowskim/Natalie] presenting my approach to the "problem" of Storyboards [https://developer.apple.…

ChunkSequence 🔪🍰

Have cake and eat it Have a cake and consume the cake by the Swift [https://developer.apple.com/swift/] function, at the same time. Magic. The nature of the Swift type is that it is copied or copied on write [https://en.wikipedia.org/wiki/Copy-on-write]. When I assign…

CryptoSwift 0.1.0

Finally major update to CryptoSwift [https://github.com/krzyzanowskim/CryptoSwift] framework. > Crypto related functions and helpers for Swift implemented in Swift. I really enjoy working on CryptoSwift in my spare time, this is why today I'm glad to announce version 0.1 with a major changes to…

Generic Array of Int - what, why, how?

One of the great feature introduced by Swift 2.0 is possibility to define generic functions for type of Array. Array is container for values of some type. The type is known upfront. It's called Element now. what? Array is a struct with element and is defined like…

Fast pattern search in Swift... since 1974

> the fastest known ways to find one string of characters in another [1] Stay with me. At the beginning brief introduction, later on Swift implementation, tests and conclusion. Halt and Catch Fire thing I really enjoy Halt and Catch Fire [http://www.amc.com/shows/halt-and-catch-fire] tv show. Season…