Releases: Friend-LGA/LGPlusButtonsView
Releases · Friend-LGA/LGPlusButtonsView
Release version 1.1.1
Fixed bugs
Release version 1.1.0
Fixed bugs.
Now you can:
- Setup every button individually
- Setup much more parameters
- Setup parameters for different orientations
- Add plusButtonsView on any view and set observed scroll view, like you add plusButtonsView on this scroll view
plusButtonsView.observedScrollView = someScrollView;
- Set cover color, to hide content, when buttons is showing
plusButtonsView.coverColor = [UIColor colorWithWhite:1.f alpha:0.7];
- Show/Hide plusButtonsView depends of content size of scroll view (default is YES)
plusButtonsView.disableShowHideOnScrollIfContentSizeLessThenFrame = NO;
- Hide buttons on scroll (default is NO)
plusButtonsView.hideButtonsOnScroll = YES;
- Set animation speed for show/hide view and buttons (default is 0.3)
plusButtonsView.appearingAnimationSpeed = 0.5;
plusButtonsView.buttonsAppearingAnimationSpeed = 0.5;
- And more
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];
Release version 1.0.6
Updated from typedef enum
to typedef NS_ENUM
.
Release version 1.0.5
Property showWhenScrolling
was changed to alwaysVisible
Now you can:
- Set sensitivity of show/hide when scrolling (number of points, default is 64.f)
plusButtonsView.scrollSensitivity = 0.f
- Hide additional buttons on scroll
plusButtonsView.hideButtonsOnScroll = YES;
Release version 1.0.4
Release version 1.0.4
Release version 1.0.3
Release version 1.0.3
Release version 1.0.2
Release version 1.0.2
Release version 1.0.1
Release version 1.0.1
Release version 1.0.0
Release version 1.0.0