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?
Asked
Active
Viewed 315 times
1 Answers
0
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

Sergii Martynenko Jr
- 1,407
- 1
- 9
- 18
-
You're welcome. But it would be superb, if you'll mark my answer as the right one, upvote it – Sergii Martynenko Jr Oct 06 '15 at 10:09
-
If I will get solution, Then i will vote for you. Now I tried long press gesture in tab bar item. No idea about custom views replace tab bar. – erb dinesh Oct 06 '15 at 10:23