Robb Böhnke
Robb Böhnke
Would you mind providing more… context? It's difficult to help if we don't know the expression.
Yeah, I feel like Cartography in its current form isn't well suited to work with `UILayoutGuide` without major refactoring. I don't have a good idea off the top of my...
Very good point, would you be interested in submitting a Pull Request?
That works already
Is either of `swipeableView` or `view` a reference of type `UIView!` and `nil`, by chance?
Not sure this is actually Cartography related, googling `fastBindLazySymbol` turns up multiple similar errors with other libraries. Could it be a Cocoapods/setup problem [as it was here](https://github.com/Alamofire/Alamofire/issues/556#issuecomment-123717198) or [here](https://github.com/owensd/json-swift/issues/23)?
Nothing really changed with Cartography in that timeframe.
I have a branch for that, but I'd rather wait for Swift to settle down first
Does ``` swift UIView.animateWithDuration(1.5, delay: 0.8, options: .CurveEaseInOut, animations: image.superview!.layoutIfNeeded, completion: nil) ``` work?
[Yes](https://github.com/robb/Cartography/blob/70a3c5876d4ff1e355d9c8e1f2ef9a71d7108c46/Cartography/Layout.swift#L109-L115).