Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
5020
GaugeView Fails to Draw In Presence Of Autolayout
posted

I'm having a heck of a time getting the GaugeView to draw when it's view is participating in AutoLayout.  For me, the autolayout-gauge fails to draw both in IB and in when creating by code.

Here's the storyboard:

The orange background is a content's UIView.  The pink is a view with class IGGaugeView.  This fails to draw.

However, the rightmost tab has it's topmost view set to class IGGaugeView and it works.

I can't figure out how to make IGGaugeView draw... and I need to use AutoLayout.  Help.

Here's a link to the sample project.