Search code examples
ioscore-plot

Core Plot Hosting View Resizing


Is it possible to change the bounds and the position of the Hosting view after it has been assigned already. Changing the hosting frame to some other CGRect does not seem to be working ;hence the doubt or am I missing something.


Solution

  • Absolutely. The hosting view is a UIView like any other. The graph will automatically resize itself to fill the hosting view after any change.