MPFloorButton

@interface MPFloorButton : UIButton

Create a button with a floor index property

  • Floor index property, corresponds to the index property of MPFloor

    Declaration

    Objective-C

    @property (assign, readwrite, atomic) NSNumber *floorIndex;

    Swift

    var floorIndex: NSNumber! { get set }