I am developing one iPad application. In that app user fill form, if user use the external bluetooth keyboard and use tab key, the order of textfield becomeFirstResponde is mismatched.
How we can identify the tab key pressed in ipad from bluetooth keyboard? I am use reference this :https://weaklyreferenced.wordpress.com/2012/11/13/responding-to-the-tab-and-shift-tab-keys-on-ios-5-ios-6-with-an-external-keyboard/ url, but i can not get proper output. Please suggest something,