i creating sign page iphone app , having problems making way input views work different kinds of fields consistent. fields listed cells in table view , editing supposed take place directly in table having appropriate input views sliding bottom.
let me focus on 2 of fields here, namely username field , birthday field: username field makes sense have ascii capable keyboard sliding when user presses field whereas date picker seems more useful in birthday field case.
for both keyboard , date picker cancel button located in tool bar above input view. set button? if put in toolbar need return key in keyboard go away! not possible it?
if return key cannot removed might have live set button in toolbar in birthday case , use return key set button in username case - can @ least change text on return key "set"?
no it's not possible* hide "return" key.
it not possible set string "set" either, use the .returnkeytype
property change limited set of strings.
thetextfield.returnkeytype = uireturnkeydone;
(* put opaque uiview directly above it's bad practice , breaks if user chooses different input method)
Comments
Post a Comment