-
Creates and initializes a tweak context config with the given name and app group id.
Declaration
Swift
public init( name: String = "Tweaks", appGroupID: String? = nil )
Parameters
name
The name of the tweak context. The default is “Tweaks”.
appGroupID
The app group id of the adopting project. The default is
nil
.