get(subFramework:)

Gets a sub-framework handle from the framework.

linking.swift:181
func get(subFramework: String) -> Framework?

Parameters

subFramework

The name of the sub-framework.

Returns

A handle to the sub-framework, or nil if the sub-framework could not be found.