in my app i made a TTLauncherView
which has 9 icons. Now client want that these all 9 icon will not swipe and will look fixed at swiping because they are not going to vary.
I can do this simply replacing TTLaunchView
with 9 static buttons but i dont want to spoil the current code.
Any solution?