GSKShutterView

Objective-C

@interface GSKShutterView : UIView

Swift

class GSKShutterView : UIView

A view to simulate a camera shutter effect.

  • Simulate closing the shutter.

    Declaration

    Objective-C

    - (void)shut;

    Swift

    func shut()
  • Simulate opening the shutter.

    Declaration

    Objective-C

    - (void)reveal;

    Swift

    func reveal()