-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Defining options doesn't seem to have any effect on where they finish, they always seem to go to the the left
ASAnyCurlController.animateTransitionUpFromView(view, toView: UIView(), duration: 1, options: .TopRight, completion: {
view.userInteractionEnabled = true
})
ASAnyCurlController.animateTransitionUpFromView(view, toView: UIView(), duration: 1, options: .TopLeft, completion: {
view.userInteractionEnabled = true
})
Metadata
Metadata
Assignees
Labels
No labels