I search some Similar question like this question Need approach to show tables using segmented control?
the solution is using single tableview
But I think my problem is a little different
because the view will have a segmented control,has two selection: "DHCP" and "Manually"
When I pressed "DHCP",there will be a grouped table under the segmented controller
This tableview is uneditable ,only shows 3 items(IP address,mask,Router)in each rows
But if pressed "Manually",the tableview will become editable
Only can type like row 1"IP Address : 169.95.192.1
",row 2 "Subnet mask 255.255.255.0
"...
So my question is
<1>How to use segmented control to switch two different table ?
<2>How to create a editable tableview ?
great thanks for reading and reply this question.