ios - How do I add a view underneath a Table View, but it scrolls with the cells? -
i want table view has basic cells. however, @ end of cells (if any), want show button , labels (let's call infoview). want infoview follow scroll of table view.
if there 20 rows, example, infoview wouldn't shown until user scrolls way down. act cell.
is there way achieve in simple manner? should infoview cell?
what need tablefooterview
uitableview
.
if using storyboard, have prototype cells there well. pick view , place below cells shown in following image:
this view act tablefooterview
. can resize , add whatever want to, , components come @ bottom of uitableview
when user scrolls way bottom.
Comments
Post a Comment