Enums
The following enums are available globally.
-
The data types that are currently supported for SwiftTweaks. While Tweak
See moreis generic, we have to build UI for editing each kind of - hence the need for a protocol to restrict what can be tweaked. Of course, we can add new TweakViewDataTypes over time, too! Declaration
Swift
public enum TweakViewDataType
View on GitHub
Enums Reference