Possible Duplicate:
How do I pass variables between view controllers?
I have tabbar application, tabbar application has two ViewControllers. In first view controller I have for example uitextfield and button(save button), in second view controller I have UITableView. I want, text from uitextfield sent and insert to UITableView if button was pressed.