I have a UIView and when I tried updating its subviews alphas and frames I could't succeed. I checked the views window
property and found its nil. What should I do fix it?
I have already tried all the:
-layoutSubviews
,
-layoutSublayers
,
-setNeedsDisplay
,
-bringSubviewToFront:
, etc. Not working.