the1pawan
the1pawan

Reputation: 1204

Mapview not scrollable & touchable with UISearchDisplayController in iOS 7

I am using UISearchDisplaycontroller.. In my viewcontroller user can search place aftert i have update mapview and setting searchtableview hidden propety is YES.

In iOS 7 I am not able to scroll and get touch event on mapview. But in iOS 6 it will work..

After pressing cancel button i am able to scroll and touch event on map view. You can see below screenshot.

enter image description here

Thanks in advance

Upvotes: 2

Views: 542

Answers (1)

the1pawan
the1pawan

Reputation: 1204

I could solve my problem with help of another question Here

by setting self.searchDisplayController.searchResultsTableView.superview.hidden = YES

it worked for me..

View hierarchy for iOS 7 is changed..

Upvotes: 3

Related Questions