guilhermearaujo / GUITabPagerViewController

MIT License
454 stars 69 forks source link

Not working on ios9 #21

Closed dineshbhadane closed 9 years ago

dineshbhadane commented 9 years ago

[NSLayoutConstraint constraintWithItem:attribute:relatedBy:toItem:attribute:multiplier:constant:]: A constraint cannot be made between a leading/trailing attribute and a right/left attribute. Use leading/trailing for both or neither.

kcandr commented 9 years ago

Duplicate https://github.com/guilhermearaujo/GUITabPagerViewController/issues/19 - @dineshbhadane open GUITabScrollView.m at line 113 and change NSLayoutAttributeLeft to NSLayoutAttributeLeading.

dineshbhadane commented 9 years ago

Thanks,It's working fine....