在Xcode中,选择您的应用目标,然后选择General选项卡,滚动到App Icons and Launch Images ,签出Launch Screen File 。
Ok so finally deleted the xib file which i was using as launch screen and used the default images instead that solved the issue for me now , app runs in 2x mode on iPad with launch screen.
你需要实现的效果其实和coverflow没什么关系思路很简单
首先你的图片能够接受触摸,image也好,button也罢,在点击之后触发事件。
放大到全屏,直接改这个图片的scale(仍可使用coverflow)或者创建新的视图(屏蔽coverflow功能)来显示均可,scale需要你根据图与屏幕的宽高计算,如果图片和屏幕不是等比例,你需要考虑这个全屏的自适应规则
点击之前的scale和位置你可以记录下来,再点击的时候将frame和scale重新设回来就可以了。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)