Skip to content

Release version 1.0.7

Compare
Choose a tag to compare
@Friend-LGA Friend-LGA released this 11 Nov 17:48
· 12 commits to master since this release

Carthage

Carthage is a lightweight dependency manager for Swift and Objective-C. It leverages CocoaTouch modules and is less invasive than CocoaPods. To install with carthage, follow the instruction on Carthage.

Cartfile

github "Friend-LGA/LGPlusButtonsView"

And updated demo project and added ability to set:

  • Content mode for image view in buttons
    • [plusButtonsView setButtonsImageViewContentMode:UIViewContentModeCenter];
  • Should rasterize for buttons layout
    • [plusButtonsView setButtonsLayerShouldRasterize:YES];