iphone - Having a table view as input view? -


i still struggling sign page iphone app - @ moment having problems gender field.

my idea when user presses gender field, table view containing "male" , "female" slides bottom , user puts checkmark next actual gender. not understand how correctly obtain gender table view though.

currently have gendertableviewcell points both user interaction enabled label , gendertableviewcontroller , have set input view of first table view of latter. in way table "male" , "female" slide when gender field touched table not in grouped style specified in gendertableviewcontroller.xib have feeling not on right track!!

i have been googling , googling have not been able find similar examples - maybe not nice have table view sliding up? should use uipicker instead?

i use uipicker instead. it's going easier implement, , far more standard experience user.


Comments

Popular posts from this blog

Python __call__ special method practical example -

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -