When I embed my view controller in a navigation controller the top of the chart is hidden behind the navigation bar. So I went to the storyboard and found the view controller attributes section called “extend edges” and turned off the option called “under top bars”. This fixes the top of the chart. Now the bottom of the chart drops off the bottom of the screen. The x-axis is completely missing. Does SciChart support this case?
- Michael Chartier asked 7 years ago
- You must login to post comments
Nevermind, I found the answer in one of the online tutorial pages. Solution is to add this line:
sciChartSurface?.autoresizingMask = [.flexibleHeight, .flexibleWidth]
- Michael Chartier answered 7 years ago
- You must login to post comments
Please login first to submit.