CCMPopup
CCMPopup copied to clipboard
Easy popup view transition with segue
I have got the following code. > - (void)viewDidLoad { > [super viewDidLoad]; > // Do any additional setup after loading the view. > UITapGestureRecognizer *singleFingerTap = > [[UITapGestureRecognizer alloc]...
When I show popup(dissmis him) - after then present new controller and try dismiss - have a crash bcz is called CCMPopupAnimation -> animationDidStop:finished:`
is this possible for open popup in already open popup??
@cacmartinez I have a CCMPopupSegue presenting a view. I have set the view's destination bounds to (200,200) for example. When the view is presented everything is ok. In this view,...
Hello, I have a little problem. I'm using the CCMPopup to display a UIViewController with details of a product and UIViewController is a button that calls a UIActivityViewController. When I...
Hi, I have two buttons on my popup window. When I select a button i need to launch modally a view controller. But I'm getting "Warning, attempt to present on...