Charles Scalesse
Charles Scalesse
Regarding the PR, TIL that trailing commas are valid swift syntax. For whatever reason though, the manifest is found on the PR branch and not found on the official tag...
Thanks @lanserxt, this makes sense to me. Will plan to merge after I get a moment to do some testing.
You're right, this is a bug. The autoresizingMask on the linear layout view itself works as expected, but the layout items' views should respect their own individual autoresizing masks when...
It's not supported right now, but it probably wouldn't be too difficult to add. If you add the functionality feel free to send a pull request. I haven't been working...
https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/AutolayoutPG/AutoLayoutinCode/AutoLayoutinCode.html
Hey Markus, thanks for this. I haven't had a free moment to look through in detail, but I do plan on merging some of your work.. probably this weekend. Cheers.
Good catch, it looks like reverse animations don't work properly. I'll try to get out a fix soon.
Sorry that it's taken me so long to look at this. I like what you've done here and will likely merge into a future release. Thanks again.
Can you explain to me how to reproduce the issue this fixes? Or better yet, can you post a gist that causes the crash? Thanks.
Sorry for the delay. Added to the upcoming `5.1.0` release.