ios - UITableview with UITextfield scrolling issue -
in swift project , have static uitableviewcontroller tabelview , contains 3 static cells. third static cell has 1 more tableview b , dynamic.
tablewview b load many dynamic cells contains more uitextfields. tabelview third cell height depends upon number of cell in tableview b.
if tableview b cell height 100 ,and have load 3 dynamic cells , tableview third cell height 300.
now problem when user touch on uitextfield tableview scrolls automatically needed here. automatic scrolling works first 3 cells.. other cells , tabelview goes up(correctly) goes down show first cell of tabelview b.
it has stay there on top once goes up. coming down automatically. user not able see particular textfield.
what issue ? how can fix ? appreciated.
thanks in advance
Comments
Post a Comment