Hello guys,
I'm facing a weird issue and can't seem to find Solution.I updated my xamarin studio recently and now when i'm trying to set Constraints in Any of the control,it won't maintain.Suppose if I have given constrain to label in 4s screen,It won't be maintained in 6s screen.I tried installing Xamarin.ios 10.2.I also tried Switching to Alpha channel and install updates.But no luck. Please help
@Patik It works in a similar way. It depends upon what you are trying to do with the constraints. This might help you
https://developer.apple.com/library/content/documentation/UserExperience/Conceptual/AutolayoutPG/WorkingwithConstraintsinInterfaceBuidler.html
Answers
Having the exact same issue, all my constraints are there just orange, have to click the update frames based on constraints for EVERY SUBVIEW!
Guys, It sounds like you're using the Xamarin IOS Designer if your constraints are orange. Please do yourselves a favour and DO NOT use the IOS designer. Use Xcode Interface Builder instead. Xamarin Studio gives you the option to right click a storyboard and open in Interface Builder.
@GavinGrant Does it work the same way as IOS designer?Sorry, i'm new to iOS development so!
@Patik It works in a similar way. It depends upon what you are trying to do with the constraints. This might help you
https://developer.apple.com/library/content/documentation/UserExperience/Conceptual/AutolayoutPG/WorkingwithConstraintsinInterfaceBuidler.html
@GavinGrant Thanx.
Also, @MarkWilkinson.4991 I figured out the issuw,it was coming due to xamarin studio 6.1.3 version . I downgraded to 6.1.1 and My problem got resolved.
i was facing same issue and i upgrade my xcode 8.0 to newer version that solved my issue and my xamarin is up to date.