Classes
The following classes are available globally.
-
The main Crystal class. Instead of creating a
Crystalobject, you use sharedCrystal.sharedsingleton to manage themes.In order to use Crystal, you must make
Crystalconform toCrystalDeterminedprotocol, which is also the opportunity for you to determine the concrete theme type.Take a look at
See moreCrystalDeterminedto learn about all the available methods and properties you can use.Declaration
Swift
public class Crystal -
Wrapper for crystal compatible types.
See moreDeclaration
Swift
public class Crystalline<Target, Theme> : CrystallineType where Target : AnyObject, Theme : CrystalThemeType
View on GitHub
Install in Dash
Classes Reference