Mickey Reiss

Results 24 comments of Mickey Reiss

That seems reasonable to me.

@Enrico724 This is generally working for me, but it seems to be missing a method: `OverloadFS`.

@Enrico724 Awesome, thank you. I will pull this commit and post again if we encounter any issues.

This is working well for a large production application. Is there a path forward for merging this PR?

👍 on the code. See #178 for my thoughts on API additions.

Hi Roman, This is an interesting idea. I'm concerned about the value proposition, however. Can you talk about the use-case where it makes sense to distribute views relative to each...

Please take a look at the [example app demo code](https://github.com/PureLayout/PureLayout/tree/master/PureLayout/Example-iOS/Demos). PRs are welcome for improvements to that or to the README.

Did you consider adding a dummy view to contain the cancel button? Something like this: ``` // No change to recordButtonView's constraints: recordButtonView.autoPinEdge(.Bottom, toEdge: .Bottom, ofView: view, withOffset: -35) recordButtonView.autoAlignAxis(.Vertical,...