Aizaz-Abbasi

Results 7 comments of Aizaz-Abbasi

> My first guess would be that some UIGestureRecognizer is catching the tap. There is no UIGestureRecognizer on that view controller. I added UIGestureRecognizer but on another view controller. is...

> You could try to replace the action button with a regular `UIButton` and see if the the action is fired on a normal tap. > Otherwise I would need...

> Maybe you are right, and the table view is somehow causing problems. Is the button a subview of the table view? > > [EDIT] saw that it's not. Its...

> @Aizaz-Abbasi > It seems to me this question is the same as yours - #266 I did in this way let controller = LightboxController(images: images) controller.goTo(4)

> Isn't this available by simply doing: > `let controller = LightboxController(images: images, startIndex: 4)` I tried but not working fine in my scenario.

how did you solve this issue???