MatthewYork/MYBlurIntroductionView

Add option to disable fade out dissapear from last panel

andwhy opened this issue · 1 comments

Please add option to disable fade out dissapear from last panel

i implement this by removing

[self appendCloseViewAtXIndex:&panelXOffset];


if (self.CurrentPanelIndex == (Panels.count - 1)) {
 self.alpha = ((self.MasterScrollView.frame.size.width*(float)Panels.count)-self.MasterScrollView.contentOffset.x)/self.MasterScrollView.frame.size.width;
} 

Please add this as property. In apps with sing up on introduction screens this is important. Thanks