I have the user swipe to slide off a cell. How can I then replace it with
a `UIScrollView` or `UITableView`?
So I am messing around with how this feels in my app. I have a UITableView
and I have the swiping/panning in place, where I kind of flick the cell
away and once the cell is away I have it call a method in the same class
where I have my UITableView as a property. Once that cell is swiped away
and that method gets called, I want to animate the size of the now empty
cell to be about 3 times the size of the cell and have a UIScrollView or
UITableView be added. It will be a place to store all comments about that
cell.
Basically, I would just like some ideas on how I can replace a swiped cell
with a UIScrollView or UITableView and animate it to three times the size
of any cell.
No comments:
Post a Comment