腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(9999+)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
[UIScreen mainScreen].
bounds
.
bounds
iOS 8?
我使用[UIScreen mainScreen].
bounds
来创建更轻松的视图。我正在iOS 8.2SDK上编译这个。在伐木后的宽度和高度,似乎他们是倒置。这就是iOS 7处理事情的方式吗?
浏览 5
提问于2015-04-01
得票数 0
回答已采纳
3
回答
bounds
>外阵列
我需要创建一个程序来计算您将收到的更改,但它说:我在Java中使用数组很新,所以任何指针都会有帮助 static int changeTotal, penny, nickel, dime, quarter, dollarBill, fiveBill, tenBill, twentyBill, fiftyBill
浏览 3
提问于2020-01-23
得票数 1
1
回答
[UIScreen mainScreen].
bounds
vs [UIApplcation sharedApplication].keyWindow.
bounds
?
浏览堆栈溢出时,我发现了这两种不同的设置视图框架以覆盖屏幕的方法:[UIApplcation sharedApplication].keyWindow.
bounds
浏览 1
提问于2013-07-04
得票数 4
回答已采纳
1
回答
UIScrollView
bounds
.size
@property (弱,非原子) IBOutlet UIScrollView *myScrollView;NSLog(@"scrollview x y: %f,%f", myScrollView.
bounds
.size.width, myScrollView.
bounds<
浏览 0
提问于2012-06-28
得票数 0
回答已采纳
1
回答
更新折点时,Mesh.
bounds
和Renderer.
bounds
不会更改
vertices[i] = vertices[i] + normal; mesh.vertices = vertices; print(mesh.
bounds
.size);} 注销值的结果 ?
浏览 61
提问于2019-02-28
得票数 0
回答已采纳
1
回答
bounds
.size.width与
bounds
.width在between中的区别?
在
bounds
.size.width和
bounds
.width之间有什么区别?他们会归还同样的东西吗?谢谢!
浏览 2
修改于2015-04-21
得票数 4
回答已采纳
1
回答
利用zoomScaleForHeight和imageView的
bounds
.height属性计算
bounds
.height
我目前正在学习ios中的坐标系统,并遇到了以下代码 scrollView.minimumZoomScale
浏览 1
修改于2016-12-15
得票数 1
回答已采纳
1
回答
UIScreen.MainScreen.
Bounds
.Height和UIScreen.MainScreen.
Bounds
.Width都是0
orientation == UIInterfaceOrientation.LandscapeRight) return new RectangleF(UIScreen.MainScreen.
Bounds
.X, UIScreen.MainScreen.
Bounds
.Y, UIScreen.MainScreen.
Bounds
.Height, UIScreen.MainScreen.
Bounds
.Width);|| orientation == UIInterfaceOrientation.LandscapeRight
浏览 3
修改于2014-10-21
得票数 0
回答已采纳
1
回答
self.
bounds
混淆
在这个代码中 CGRect contextRect = self.
bounds
浏览 5
提问于2012-02-27
得票数 1
回答已采纳
1
回答
CGAffineTransform改变view.
bounds
?
(@"scale: %f, velocity: %f", recognizer.scale, recognizer.velocity);2012-07-02 14:53:51.466 GestureRec[1264:707] Before, frame: {{0, 124}, {320, 160}},
bounds
2012-07-02 14:53:51.473 GestureRec[1264:707] After,
浏览 3
修改于2012-07-02
得票数 9
2
回答
Unity Renderer.
bounds
问题?
GetComponent<Renderer>(); { rend.
bounds
.max.y= 20; }我想要实现的是:“碰撞时将rend.
bounds
.max.y改为20 (并永远保持20 ),碰撞时让rend.
bounds
.max.x和rend.
bounds
.max.z自由变化
浏览 6
修改于2015-11-26
得票数 1
1
回答
更新"
bounds
_changed“谷歌地图事件上的
bounds
_changed条形图
我试图用d3.js生成和更新"
bounds
_changed“谷歌地图事件上的条形图。google.maps.event.addListener(carte, '
bounds
_changed', function() { var df = [Math.floor((Math.random
浏览 2
修改于2014-01-04
得票数 0
回答已采纳
1
回答
用于WPF的
Bounds
.Intersect
foreach (List<Label> labels in LabelsList) var border = labels[1].
Bounds
;border.Offset(pnl_content.Location); labels[1].ForeColor = Color.Red; } 问题是,这只对Winfo
浏览 0
提问于2012-01-25
得票数 1
回答已采纳
2
回答
PrimaryScreen.
Bounds
.Height不是全屏
this.WindowState = FormWindowState.Normal;问题是在正确的表单上有一个空格(它没有占据整个屏幕)。
浏览 0
修改于2012-08-14
得票数 1
1
回答
UIScreen.mainScreen().
bounds
总是零
但是,当我检查宽度或高度时,UIScreen.mainScreen().
bounds
总是为零。知道为什么吗?
浏览 3
提问于2014-12-21
得票数 0
回答已采纳
1
回答
使用view.
bounds
创建边界
我目前有一个设置,CGRect在手指移动的任何位置移动,但是我不希望CGRect位于view的
bounds
之外。boundaries显然是硬编码的,我不确定手动设置touchLocation是否是将其保存在
bounds
中的最佳方法。当我可以轻松地获得self.view.
bounds
并获得边界CGRect时,这一切对我来说都是愚蠢的。我如何利用
bounds
来做到这一点?maxX = b.origin.x + b.size.width/* - [box
bounds
].size.width *
浏览 1
修改于2010-01-16
得票数 4
回答已采纳
3
回答
"[[UIScreen mainScreen]
bounds
]“返回null?
当我尝试使用[[UIScreen mainScreen]
bounds
]获取主屏幕的边界时,它返回null。我也尝试过使用[[UIScreen applicationFrame]
bounds
],仍然返回null。相关代码如下: [super loadView]; NSLog(@"%@", [[UIScreen mainScreen]
bounds
浏览 1
修改于2018-06-15
得票数 1
回答已采纳
1
回答
什么是item.
bounds
?
paper.view.
bounds
实际返回的是什么?
浏览 0
修改于2017-11-29
得票数 1
3
回答
UIView
bounds
.applying但有旋转
这是我的密码: let f = selectedObject.
bounds
.applying(selectedObject.transform我尝试将旋转应用于转换: let f = selectedObject.
bounds
.applying(selectedObject.transform
浏览 0
提问于2018-10-01
得票数 6
回答已采纳
1
回答
在apple API中,变量"
bounds
.minX","
bounds
.maxX“是在哪里定义的?
我只是想知道在苹果API中,变量"
bounds
.minX","
bounds
.maxX“是在哪里定义的?我看过"UIView“和"CGRect”文档,但似乎找不到它?
浏览 3
修改于2016-10-08
得票数 1
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券