ios - Expanding TableViewCell using IB -
i want create table has 2 sections. each section(cell) have content includes header, image , label.
i set out in ib.
i have when app loads, header visible in each cell (say 50 point size).
when user clicks cell, cell animates , expands it's full size (say 400 points). when user clicks again, contracts 50 points.
i've seen tutorials show how create functionality seems programatically everything. lay out in storyboard , set contracted , expanding sizes via code.
could please me this? thanks
there reason examples have seen show how accomplish task programatically: can't in ib.
Comments
Post a Comment