开发者

Difference between tables on iPhone and iPad

开发者 https://www.devze.com 2023-03-01 00:25 出处:网络
Just a quick one, i\'ve got a great tutorial that explains exactly 开发者_开发百科what I need to do for part of my project, but it\'s written for iPhone, are there any major differences/pitfalls I sho

Just a quick one, i've got a great tutorial that explains exactly 开发者_开发百科what I need to do for part of my project, but it's written for iPhone, are there any major differences/pitfalls I should look out for?

thanks


While the code used for the iPhone can be run on an iPad without any changes, there are some design principles you should take into mind. Merely making a huge tableView that fills the screen isn't the way it's done on an iPad. Usually tables are put in a Popover view, that is much better suited to displaying data on the iPad.

0

精彩评论

暂无评论...
验证码 换一张
取 消