Auto-Layout-Demystified icon indicating copy to clipboard operation
Auto-Layout-Demystified copied to clipboard

fix ConstrainViewArray

Open ilyannn opened this issue 11 years ago • 1 comments

Hello, Erica, I think you may have a bug in Swift's version of ConstrainViewArray – value of index was stuck at 1.

Thanks for the great pack!

ilyannn avatar Jul 10 '14 15:07 ilyannn

Added missing ++ back in. Please check, thanks! -- E

On Jul 10, 2014, at 9:16 AM, ilyannn [email protected] wrote:

Hello, Erica, I think you may have a bug in Swift's version of ConstrainViewArray – value of index was stuck at 1.

Thanks for the great pack!

You can merge this Pull Request by running

git pull https://github.com/ilyannn/Auto-Layout-Demystified master Or view, comment on, or merge it at:

https://github.com/erica/Auto-Layout-Demystified/pull/9

Commit Summary

fix ConstrainViewArray(priority : Float, format : String, viewArray : [UIView]) File Changes

M Swift/ConstraintPack.swift (18) Patch Links:

https://github.com/erica/Auto-Layout-Demystified/pull/9.patch https://github.com/erica/Auto-Layout-Demystified/pull/9.diff — Reply to this email directly or view it on GitHub.

erica avatar Jul 10 '14 20:07 erica