Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have two independent view controllers with same navigation bar buttons. Each view controller has a search button on navigation bar.

I want to create a super class for both the view controllers and add search bar functionality in the super class so that both the view controllers can share the same functionality. Also I don't want to fix the search bar position. I want to show search bar on view controller's search button tap and hide search bar on resign first responder.

I have been trying solving this but couldn't reach to the solution. Also When I tried implementing that I got faded view except search bar frame not faded and search bar and keyboard were not visible.

How to solve this problem?

share|improve this question
1  
Show some code please – mark Sep 24 '12 at 20:05
Sorry mark! I have deleted that code so I am not able to post it. Can you please help me with some working code with this idea, may be having search bar hidden first and visible on button click and then hiding it on cancel button. – Anup Sep 25 '12 at 3:21

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.