設(shè)置tableView的frame為當(dāng)前屏幕大小
childVCView.MY_x = i * scrollView.MY_Width;
childVCView.MY_y = 0;
childVCView.MY_Height = [UIScreen mainScreen].bounds.size.height;
設(shè)置tableview的內(nèi)邊距contentInset 防止cell被導(dǎo)航欄或者tabbar擋住
self.tableView.contentInset = UIEdgeInsetsMake(99, 0, 49, 0)