公屏的点击 已经公屏的网络图片自适应大小
This commit is contained in:
@@ -131,7 +131,7 @@
|
||||
case XPMineItemType_Account:
|
||||
{
|
||||
XPRoomViewController * roomVC = [[XPRoomViewController alloc] init];
|
||||
roomVC.roomUid = [NSString stringWithFormat:@"%d", 1004437];
|
||||
roomVC.roomUid = [NSString stringWithFormat:@"%d", 1004587];
|
||||
BaseNavigationController * baseNav = [[BaseNavigationController alloc] initWithRootViewController:roomVC];
|
||||
baseNav.modalPresentationStyle = UIModalPresentationFullScreen;
|
||||
[self presentViewController:baseNav animated:YES completion:nil];
|
||||
|
Reference in New Issue
Block a user