0

I would add a UITableView under an MKMapView, and make it resizable as the orientation of the device changes. Also, the table should hide/show as per user request. I succeed in adding the subview, either in IB and in the code, but the problem is that when I change the orienation from portrait to landscape, the table is not properly rendered.

4

1 回答 1

0

您可以为横向模式设计和使用另一个 xib 文件或使用 autoresizingMask。

于 2012-11-22T17:03:46.347 回答