Trigger
public enum Trigger
                Describes additional triggers to useful for determining if expansion should occur.
- 
                  
                  
The trigger is specified by a touch occuring past the supplied percentage in the superview.
Declaration
Swift
case touchThreshold(CGFloat) 
- 
                  
                  
The trigger is specified by the distance in points past the fully exposed action view.
Declaration
Swift
case overscroll(CGFloat) 
View on GitHub
        Trigger Enumeration Reference