MK
MK
Example ``` button.onTap(handler:{ // do stuff }) ``` How do I clear this handler to avoid a leak when my VC is deallocated?
I just downloaded this project, built it and then examined the app package. See screenshot. 
This image: https://camo.githubusercontent.com/747d1a53ed34124c5ab7fb9007f4ccda8da37398/687474703a2f2f692e696d6775722e636f6d2f776b4747576b4e2e706e67 Please sort the colors so that they are beside each other matching color range. Currently for instance the "blue" color variants are spread all over the image....
Please update for Xcode 9, Alcatraz works just fine with the Xcode self signing hack :-)

Update for Swift 3
Hi, is there a way to span a cell over multiple columns? For example, I want 2 cells, and then 1 cell that spans over all columns… 1 2 -3-...

Hi, If `self` does not exist, the notification will still be sent – what will the receiver fetch? ``` func startMonitoring() { monitor.pathUpdateHandler = { [weak self] path in self?.isConnected...