This might be a pretty silly question, but at what point during a view’s creation can the dimensions of the controls be accurately ascertained?
Asking as I have a method, viewportWidth(), which just returns the width of the control (in this case an iOSCanvas subclass), e.g. Return self.Width
In the view layout, the width of this control is the full width of the ipad/iphone screen, but when running the app, the viewportWidth() method returns “100” a number of times, before returning the expected value (1024). Is there any flag or such that indicates when a view has been opened (and so values returned from control dimensions will be accurate)?