Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.26 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.26 KB

GGStackView

Language License Dependencies

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

Copy the file

GGStackView.h
GGStackView.m

OR

UIStackView+GGCustomSpacing.h
UIStackView+GGCustomSpacing.m

to Your Project.

Usage

If you want set UIStackView custom spacing below iOS 11.0, you can use

// UIStackView+GGCustomSpacing.h
- gg_setCustomSpacing: afterView:

// GGStackView.h
// Exactly the same as the system method
- setCustomSpacing: afterView:

Author

zhangguiguang, [email protected]

License

GGStackView is available under the MIT license. See the LICENSE file for more info.