I would like to draw surface contour plot like the picture below for an iOS mobile application (swift)
If someone can put me on the right track, I will appreciate it.
I searched on Internet, I didn't find any obvious solution. I consider to use SceneKit or SciChart.iOS package but I'm not sure.



Charts were introduced by Apple on iOS16 and every other Apple platform (see here for a short official description: https://developer.apple.com/documentation/charts)
I found a GitHub project that aims at replicating the nice-looking charts that Apple teased at the WWDC 2022 (see here the video showing briefly the charts https://developer.apple.com/videos/play/wwdc2022/10137/)
Here is the link to the GitHub project by Jordi Bruin: https://github.com/jordibruin/Swift-Charts-Examples
I could extract a simplified one-file HeatMap that is close to a ContourPlot, so I guess you could start from that.
Here is the result of this code on an iPhone 14 Pro simulator (iOS 16.0). I will be different for every iteration of the code you will execute since the values are input as random, just for you to get an idea.