What is the iOS equivalent of SFCertificateView?

Under MacOS, the SFCertificateView class will display details of a certificate.

https://developer.apple.com/documentation/securityinterface/sfcertificateview?language=objc

What class will give an equivalent view in iOS?

An example implementation are the certificates listed under profiles in the Settings app.

Here is a very old answer. At the time, did not exist:

https://stackoverflow.com/questions/10546661/how-to-programmatically-display-a-ssl-certificates-trust-in-ios

Maybe it has changed since ? I just don't know.

What is the iOS equivalent of SFCertificateView?
 
 
Q