shared()
Returns a fully initialized, singleton certificate trust panel object.
Declaration
class func shared() -> SFCertificateTrustPanel!Discussion
Use this method if your application displays a single certificate trust panel or sheet at a time. If your application can display multiple certificate trust panels or sheets at once, you must allocate separate object instances (using the alloc class method inherited from NSObject) and initialize (using the init() instance method, also inherited from NSObject) instead of using this class method.