I find a problem is that when I use UITabBarController , each time viewController have to be define in the property 'viewControllers', this cause coder can not free the unused viewcontroller in freely, I meaning is that when shift to second tab view then I want free the first tab view immediately , but now , I can not do this action......
any one have good solutions ?
thanks for your answer and time...