ASAnyCurlController icon indicating copy to clipboard operation
ASAnyCurlController copied to clipboard

Great little library

Open reduxdj opened this issue 8 years ago • 0 comments

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 })

reduxdj avatar Aug 28 '15 01:08 reduxdj