I have to implement a custom Keyboard
exactly like this one.
For the categories, I've used a UITabBar
component.
That's my current status:
The problem is that I don't know how to add the Separator
(left/right) and the border at the bottom when one UITabBarItem
is selected.
I've also tried some external libraries
like that one:
RKTabView
I've seen these posts:
post 1
post 2
but I don't think adding abackground
Image
with the Separators
would solve the problem, because it also has to look fine inlandscape
mode.
Any ideas? Thanks