The red color area is the area that is always "on top", thus it gets all my touches on the screen.
I found that tab bar has such an area that's always on top, and so that blocks all my touch events. Even if I programmatically add a UI button on top of the tab bar items, it also doesn't work.
So, what is it? And how can I remove such area?