Pratik Jamariya
Pratik Jamariya
I have a subclass of `MWCaptionView`, In my subclass Setting `self.userInteractionEnabled = YES;` worked for me
any solutions? I'm facing the same
Btw solved it! 👍 lol, Just added `leftRightMargin` in `openedImageView` frame ``` - (void)setupSubviews { const CGFloat leftRightMargin = 10; const CGRect imagesRect = CGRectInset(self.bounds, leftRightMargin, leftRightMargin); UIImageView *closedImageView =...
i guess we should close this issue
any fixes? i have similar problem
You should try `[_carbonTabSwipeNavigation setCurrentTabIndex:index withAnimation:YES]`.