kMinInteractiveDimensionCupertino top-level constant
double
const kMinInteractiveDimensionCupertino
The minimum dimension of any interactive region according to the iOS Human Interface Guidelines.
This is used to avoid small regions that are hard for the user to interact with. It applies to both dimensions of a region, so a square of size kMinInteractiveDimension x kMinInteractiveDimension is the smallest acceptable region that should respond to gestures.
See also:
Implementation
const double kMinInteractiveDimensionCupertino = 44.0;