MatthewYork / MYBlurIntroductionView

A super-charged version of MYIntroductionView for building custom app introductions and tutorials.
MIT License
1.53k stars 195 forks source link

Make margin variables #36

Open LivioGama opened 9 years ago

LivioGama commented 9 years ago

You should transform : const static CGFloat kTopPadding = 30; const static CGFloat kLeftRightMargins = 20; const static CGFloat kBottomPadding = 48; const static CGFloat kHeaderTitlePadding = 20; const static CGFloat kTitleDescriptionPadding = 20; const static CGFloat kDescriptionImagePadding = 20;

in public properties initialized with default values.