I am new to ios development and i am facing the strange problem when we split the keyboard.
I am using custom keypad for data input in the textfield so i hide system keyboard and for that i have used the method [textfield setInputview:label];
in that i am giving textfield inputview to label of size(0,0,1,1)
.
Now when there is splitkeyboard then there is a gray line in bottom! And when there is normal keyboard(Without Split) then there is no problem.