HI! The Button "next" in example not showing model.didShow = { page in if page == 4 { UIView.animateWithDuration(0.3) { self.nextButton.alpha = 1 } } }
HI! The Button "next" in example not showing
model.didShow = { page in
if page == 4 {
UIView.animateWithDuration(0.3) {
self.nextButton.alpha = 1
}
}
}