I am beginner in iOS app Develop. My problem is, To set different actions in single tab bar item, Single tap and double tap actions are need to be set tab bar item. Is this possible or any better way to solve this problem?
There's no way to achieve it with UITabBar
. You'll need custom view as bar, and custom views on it as bar items, with added gesture recognizers for single and double tap