THTinderNavigationController icon indicating copy to clipboard operation
THTinderNavigationController copied to clipboard

iOS navigation component based on Tinder app

Results 9 THTinderNavigationController issues
Sort by recently updated
recently updated
newest added

Hi, on my iPad Air I noticed that the icons in the nav bar are not spaced like they should be. When swiping from a page to an other, they...

The NavigationBarItems are misaligned on iPhone 6 and iPhone 6 Plus.

bug

Hi, I add my viewcontrollers from the storyboard to the paggedViewControllers and the viewcontrollers appears under the navigationbar and I can't fix it.

Hello! Your implementation is really good! But can you help me with my question: When i try to hide navigationBar - this method doesn't work: [[self navigationController] setNavigationBarHidden: NO animated:YES];...

Hi, Thanks for your great repository :) I'm using it in a Swift project it works perfectly. I just have one question: How can I know my current page? there...

Hey, this is awesome controller. Didnt had too much time to dig into the code but in example when I run in my phone/simulator, the touch gestures are only captured...

Hey, I am trying to push an UIViewController when I press a UIButton which is on one of the three main controller of THTinderNavigationController but it is not working, nothing...

When I tap on an icon to move to a page, this happens to the view: ![image1](https://cloud.githubusercontent.com/assets/226526/6202952/029472c8-b4bb-11e4-966a-3ea725547079.png) But when I swipe to switch pages, the view returns back to normal...

- (THTinderNavigationBar *)paggingNavbar { if (!_paggingNavbar) { _paggingNavbar = [[THTinderNavigationBar alloc] initWithFrame:CGRectMake(0, 0, CGRectGetWidth(self.view.bounds), 64)]; ..... } Here it will create _paggingNaviBar twice, reason: self.view will trigger 'viewdidload' then 'setupviews','reloaddata'...