Iphone UIView上的TTThumbsViewController

Iphone UIView上的TTThumbsViewController,iphone,Iphone,嗨,可以在UIView上添加TTHUmbsViewController吗 [UIView addSubView:TTHUmbsViewCOntroller.view] 像这样比较好: TTHUmbsViewController* thumbsVC = [[TTHUmbsViewController alloc] init]; [yourView addSubview:thumbsVC.view]; 嗨,马修,谢谢你的回复。我确实试过这个方法。但这些图像并没有变得清晰可见。照片正确加载到TTh

嗨,可以在UIView上添加TTHUmbsViewController吗

[UIView addSubView:TTHUmbsViewCOntroller.view]
像这样比较好:

TTHUmbsViewController* thumbsVC = [[TTHUmbsViewController alloc] init];
[yourView addSubview:thumbsVC.view];

嗨,马修,谢谢你的回复。我确实试过这个方法。但这些图像并没有变得清晰可见。照片正确加载到TThumbsViewController上,因为当我使用导航控制器加载thumbsVC时,我可以正确查看所有图像。有什么建议吗???我不明白为什么,但应用程序正在崩溃