Classes
The following classes are available globally.
-
TweakListis the container ofTweakSection.A list is a vertically scroll list in the UI. Each list is constructed by several sections.
You don’t use TweakList directly most of the time, it is usually used to constructed the
See moreTweakContextobject.Declaration
Swift
public final class TweakListextension TweakList: TweakBuildableextension TweakList: CustomDebugStringConvertible -
TweakSectionis the container of tweaks.A section is a “card” in the list UI. Each section is constructed by several
AnyTweakobjects.You don’t use TweakSection directly most of the time, it is usually used to constructed the
See moreTweakListobject.Declaration
Swift
public final class TweakSectionextension TweakSection: TweakBuildableextension TweakSection: CustomDebugStringConvertible -
The context in which tweaks live.
A
TweakContextobject provides a facade to interact with tweaks, like showing tweaks and import tweaks.You can create as many
See moreTweakContextobjects as you like. But one context is sufficient in most cases.Declaration
Swift
@dynamicMemberLookup public final class TweakContextextension TweakContext: CustomDebugStringConvertible
-
A type acts as the observer of the change of a tweak value.
See moreTweaKitstrongly holds a token object until you cancel the observation.Declaration
Swift
public final class NotifyTokenextension NotifyToken: Hashableextension NotifyToken: CustomDebugStringConvertible
-
Undocumented
See moreDeclaration
Swift
public final class TweakTradeActivityDestination : TweakTradeDestination -
Undocumented
See moreDeclaration
Swift
public final class TweakTradePasteboardDestination : TweakTradeDestination
-
Undocumented
See moreDeclaration
Swift
public final class TweakTradeFileSource : TweakTradeSource -
The base class of tweak.
Use
Tweakas a property wrapper.A
See moreTweakobject represents a tweak in the UI.Declaration
Swift
@propertyWrapper public class Tweak<Value> : AnyTweak, TweakType where Value : Storableextension Tweak: AnyTradableTweak where Value: TradedTweakable -
Undocumented
Declaration
Swift
public final class TweakInfo -
A primary view that simply displays the tweak value and a disclosure arrow.
See moreDeclaration
Swift
public final class TweakPrimaryViewDisclosurer : UIViewextension TweakPrimaryViewDisclosurer: TweakPrimaryView
View on GitHub
Classes Reference