Chad Podoski
Chad Podoski
Couldn't tell you why, but the issue appears to lie with 'customizeAppearance'. When a horizontal centering layout constraint is used, customizeAppearance is called before frames and bounds are set properly....
Pretty sure this is a bug in auto layout as I'm seeing the same thing happen with a UIImageView in a completely different view hierarchy when a horizontal layout constraint...
I never did. After looking into it further, I was under the impression it was an iOS auto layout bug, as a stock UIImageView was running into the same issue....
I took a crack at this one, as well as merging #47 in my fork of GMGridView. I'll submit a pull request once I have a chance to test more....
Also wondering if this will be merged soon. Thanks.
I'll try to pull an example together when I get a break in our release schedule. Hopefully I can remember how to recreate it. Probably a dumb question on my...
Another Issue touching on it here: https://github.com/Alamofire/Alamofire/issues/1673 "The reason the 204 status call works is that the responseJSON handler has logic to handle a 204 or 205 gracefully without failing....
I'll see if I can track it down and fix it. Any thoughts on what might be causing it ... I haven't really done any bezier path transforms in the...
Seeing same issue, `startInteractiveTransition:` isn't called until after the first couple of `didPanWithPanGestureRecognizer:viewToPan:anchorPoint:` calls so `transitionContext` is nil in `didPanWithPanGestureRecognizer:viewToPan:anchorPoint:` in those cases. Happens for me with a quick flick...
I solved it by adding adding the following 'showChooser' method to HKWMentionsPlugin. This approach assumes prior to calling it you have inserted your control character (@ in this case) at...