Release version 1.0.7
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];