Results 276 comments of Johannes Weiss

CC @tomerd

this is my SwiftPM feature request to allow this: https://bugs.swift.org/browse/SR-12926

I'd add prefixes too.

`ALR*` [A]WS [L]amba [R]untime? Maybe you already have some sort of common prefix? In SwiftNIO of course we use `NIO` for that purpose.

Of course that makes the type names a bit ugly. How are the users most commonly interfacing with those types?

sounds good `Lambda*`?

@AleyRobotics could you try adding a `-Xswiftc -lunwind` to the command line? And do you have libunwind installed?

Currently setting a titleView is only supported before pushing the new layer. Nevertheless, that's a bug... So, as a workaround: Set the titleBar before pushing, e.g. ``` [self.layeredNavigationController pushViewController:svc inFrontOf:self...

Maybe a custom `titleView` would do? Unfortunately, there's currently no built-in way of achieving what you want :-(