我正在使用带有客户数据的tableview开发一个IOS应用程序。我的目的是显示用户(标题)列表。当用户单击附件按钮时(例如详细信息披露)。将显示有关用户的更多详细信息。当用户再次单击按钮附件按钮时,细节将折叠为仅标题。谁知道如何实现这一目标?我正在考虑将所有细节分组到addarrangesubview
并在方法内切换removearrangesubview
,-(void)tableView:(UITableView *)tableView accessoryButtonTappedForRowWithIndexPath:(NSIndexPath *)indexPath {
}
class SimulatedInput:
def __init__(self,*args):
self.args = iter(args)
def __call__(self,x):
try:
return next(self.args)
except StopIteration:
raise Exception("No more input")
任何帮助都非常感谢。谢谢!
这是我的手机设计
我的tableview设计