I want to add a view under my tab bar analog in iOS and then show it with animation coming from behind it. But when I use my code, the view that must come from behind my tab bar overlaps …
on one viewController i have one mainView, on that view i have one another view (which is known as sidePanel view having frame 0,0,86,420.)I have added tapGesture. Now i want to just enable gesture recognition only for mainView other than …