由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
MobileDevelopment版 - ScrollView的初始orientation问题请教
相关主题
greater than a 32-bit integer请教关于iphone的一个问题
New Oriental Education and Tencent agreed to launch an integrated, chat-centric education service.magic trackpad翻转超过90度就失去连接
说说苹果禁止JSPatch等iOS APP热更新方案帮一摄影师朋友问显示器
TP又出promotion的app了发现WP screen orientation lock的方法
3.0.4 还是有好处的iphone 4 哪个free的calendar有week view?
这个函数的upper 和 lower bounds是什么呀damn 这个玩艺爽 12" nano book
求推荐一个能竖起来放置(portrait orientation)的显示器R中By函数是什么意思
帮一摄影师朋友问显示器google的new hire orientation都是在Mountain View进行吗?
相关话题的讨论汇总
话题: scrollview话题: view话题: 图片话题: 调整
进入MobileDevelopment版参与讨论
1 (共1页)
e***t
发帖数: 78
1
我有个viewcontroller, 在上面加了个scroll view, 占整个页面
是想显示一张图片,方便缩放
到个view时,开始显示的图片比较小,我想把图片放到中间,
问题就出在这里。我有个 centerContents() 如下
CGsize bdSize = self.scrollView.bounds.size;
CGRect cntFrame = self.imageView.frame;
if (cntFrame.size.width < bdSize.width)
{ //调整位置 }
else
...
if (cntFrame.szie.height < bdSize.height)
{ //调整位置}
问题是,我在进这个view之前,如果device(iphone)是portrait的,
进来这个view,到这个函数调整位置,一切都好
但如果进这个view之前,是landscape的,
到这个函数里,我debug下看到的是,bdSize (width=320, height=480)
也就是说,scrollview的初始状态始终都是portrait
(当然,之后如果操作一下图片放大缩小,这个调整位置的函数工作就正常)
请问这个问题应该怎么解决?
谢谢了!
e***t
发帖数: 78
2
大前提忘了说,是 xcode 6.1

【在 e***t 的大作中提到】
: 我有个viewcontroller, 在上面加了个scroll view, 占整个页面
: 是想显示一张图片,方便缩放
: 到个view时,开始显示的图片比较小,我想把图片放到中间,
: 问题就出在这里。我有个 centerContents() 如下
: CGsize bdSize = self.scrollView.bounds.size;
: CGRect cntFrame = self.imageView.frame;
: if (cntFrame.size.width < bdSize.width)
: { //调整位置 }
: else
: ...

1 (共1页)
进入MobileDevelopment版参与讨论
相关主题
google的new hire orientation都是在Mountain View进行吗?3.0.4 还是有好处的
求推荐一家view好的餐馆,中餐非中餐均可这个函数的upper 和 lower bounds是什么呀
JCPenney照相的Groupon求推荐一个能竖起来放置(portrait orientation)的显示器
有人想要people picture 30% off 的coupon 吗 ?帮一摄影师朋友问显示器
greater than a 32-bit integer请教关于iphone的一个问题
New Oriental Education and Tencent agreed to launch an integrated, chat-centric education service.magic trackpad翻转超过90度就失去连接
说说苹果禁止JSPatch等iOS APP热更新方案帮一摄影师朋友问显示器
TP又出promotion的app了发现WP screen orientation lock的方法
相关话题的讨论汇总
话题: scrollview话题: view话题: 图片话题: 调整