in my program I need a tableview and, when you click onto a row, the view scroll left and show the details (like the mail for example…)
how can I do this??
I explain… it’s an automatic thing or I need to manage by hand the animation of the view??
thanks in advance
in my program I need a tableview and, when you click onto a row,
Share
I use UINavigationControllers to achieve this effect of the detail animating left when you click on the row. So you need a UINavigation controller above the UIViewController or UITableView Controller that controls your table.
{
…my code
}