- updated flow for username, made it selectable and move it to login screen
- Update scripts for firebase crashlytics. - fixed bug for webseries, top ads, if internet not connected again checking it at retry
This commit is contained in:
@@ -24,4 +24,16 @@ class ViewButtonAnimation {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@objc func cellTapped(view: UIView, completionHandler : @escaping () -> Void) {
|
||||
// Apply click effect animation
|
||||
UIView.animate(withDuration: 0.05, animations: {
|
||||
view.transform = CGAffineTransform(scaleX: 0.95, y: 0.95)
|
||||
}) { _ in
|
||||
UIView.animate(withDuration: 0.05) {
|
||||
view.transform = .identity
|
||||
completionHandler()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user