Adding a UIView's to the Subview which is already added to the MainView
问题 The structure is like this,.. *) MainView 1) viewLocations(UIVIEW) // this one is adding fine a) viewBangalore b) viewHyderbad Actually I'm doing a iPad App , in one of the UIViewController I've used a UiTableController as a sliding view to pick the Locations . According to locations pick ,need to display UiView's. viewLocations --> CGRectMake(0,108,588,533) Here My code is : if (_detailItem) { Location=[_detailItem description]; if ([Location isEqual:@"Bangalore"]) { self.viewLocBangalore= [