0

I'm trying to implement a scrollView on my UINavigationBar like the Tinder UI.

When I implement it using

[self.navigationController.navigationBar addSubview:self.navigationBarScrollView];

the scrollView, shifts below like so:

enter image description here

Now when I use

self.navigationItem.titleView = self.navigationBarScrollView;

I get this:

enter image description here

Is there another approach to it?

PS - the iPhone screenshot is an image in a UITableView.

Anil
  • 2,430
  • 3
  • 37
  • 55

1 Answers1

1

Create your navigationBar for yours controllers. You can add to it all, what you want.

LLIAJLbHOu
  • 1,313
  • 12
  • 17