E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Bounds
FDTemplateLayoutCell 计算的高度不对,总是高15个像素左右
#defineSCREENWIDTH[[UIScreenmainScreen]
bounds
].size.width换了宏所定义的高度后就没有问题了有高度变化的控件时,尽量在重写layoutsubviews
柯索
·
2021-04-30 01:21
如何通过代码获取iOS的启动图片
+(UIImage*)getTheLaunchImage{CGSizeviewSize=[UIScreenmainScreen].
bounds
.size;NSString*viewOrientation
快乐的小马农
·
2021-04-29 22:15
开发中常遇到到的问题二:java.lang.ArrayIndexOutOf
Bounds
Exception
开发常见错误ArrayIndexOutOf
Bounds
Exception(越界)这个一般都是在取值或者是赋值的时候最为常见:publicclassExampleUnitTest{privateString
心宽天地宽_7662
·
2021-04-29 20:23
如何给控件设置圆角及边框
方法一:代码直接控制/**设置圆角及边框*/self.setButton.layer.masksTo
Bounds
=YES;self.setButton.layer.cornerRadius=4.0f;self.setButton.layer.borderWidth
奋撸小菜鸟
·
2021-04-29 19:23
iOS - 输入框
textField指针闪动颜色textField.tintColor设置左间距[textField.layersetMasksTo
Bounds
:YES];[textField.layersetCornerRadius
CDLOG
·
2021-04-29 15:16
iOS 动画 —— 碰撞的火球
hotBall.gif#import"ViewController.h"#defineSCREEN_WIDTH[UIScreenmainScreen].
bounds
.size.width#defineSCREEN_HEIGHT
天空中的球
·
2021-04-29 08:08
控制器和声明周期
多控制器管理pch文件**创建PCH文件****系统内增加PCH文件(pre搜索)****注意:PCH文件的路径为真实路径.不是
bounds
路径就可以了.
BigBossZhu
·
2021-04-29 01:16
UITableView 滑动到tableFooterView 防止键盘遮挡
防止键盘遮挡[self.boxTabViewscrollRectToVisible:[self.boxTabViewconvertRect:self.boxTabView.tableFooterView.
bounds
fromView
三十一_iOS
·
2021-04-28 19:45
button的圆角设置
AC2F-B04CF8CEFB48.png设置左上角和左下角为圆角UIBezierPath*leftPath=[UIBezierPathbezierPathWithRoundedRect:self.midOneBtn.
bounds
byRoundingCorners
克拉克定律
·
2021-04-28 16:47
OC、Swift判断机型
iPhone6标准模式,[UIScreenmainScreen].
bounds
.size=(375,667)(以
小秀秀耶
·
2021-04-28 05:57
ios 解决按钮过小点击不灵敏的问题
重写uibutton的方法,扩大点击热区-(BOOL)pointInside:(CGPoint)pointwithEvent:(UIEvent*)event{CGRect
bounds
=self.
bounds
24_see
·
2021-04-28 05:06
有关卡片动画的解读
.首先把.pch里面的(下面的放到你的工程里面的pch)#import"CardHeader.h"#defineiPhone5AndEarlyDevice(([[UIScreenmainScreen]
bounds
IIronMan
·
2021-04-28 04:21
iOS图层的坐标系,几何和变换
通常用
bounds
和position属性来指定图层的大小和位置。
bounds
属性定义了图层的坐标系统和包含在屏幕中的尺寸,position属性定义它相对于父坐标系的位置。
熊妹妹
·
2021-04-28 02:58
iOS-CATransform3D动画
声明属性@property(nonatomic,strong)UIView*cicleView;构建界面-(void)transform3dAnimation{CGFloatwidth=self.view.
bounds
.size.width
和谐共处
·
2021-04-27 23:04
第十一节 - 材质对几何模型的影响
第一步,创建游戏专用视图SCNView*scnView=[[SCNViewalloc]initWithFrame:self.view.
bounds
];scnView.backgroundColor=[UIColorblackColor
Codi_Zhao
·
2021-04-27 23:20
09-30(初次使用软件时的登录界面的开发逻辑)
applicationdidFinishLaunchingWithOptions:(NSDictionary*)launchOptions{self.window=[[UIWindowalloc]initWithFrame:[UIScreenmainScreen].
bounds
绪雨成澜
·
2021-04-27 20:08
IOS 获取任意控件在屏幕中的坐标
UIWindow*Window=[[[UIApplicationsharedApplication]delegate]window];CGRectrect=[viewconvertRect:view.
bounds
toView
本客
·
2021-04-27 20:14
在6p手机上UILable四条边框显示宽度不一致的bug
图设置了borderWidth为0.5self.dateOROverdueLable.layer.borderWidth=0.5;self.dateOROverdueLable.layer.masksTo
Bounds
小西ios
·
2021-04-27 15:55
oc代码规范之宏定义
常用的宏:设备相关的宏://定义屏幕高度#defineScreenHeight[UIScreenmainScreen].
bounds
.size.height//定义屏幕宽度#defineScreenWidth
summer201704
·
2021-04-27 10:18
iOS图片裁剪
关键字段maskkCAFillRuleEvenOdd一、maskUIBezierPath*bezierPath=[UIBezierPathbezierPathWithRoundedRect:self.
bounds
cornerRadius
啵啵_long_港
·
2021-04-27 03:04
IDEA中无法读取ibatis的xml文件解决办法
就没有办法使用简答的注解来操作数据库,这个时候我们就会考虑使用.xml文件但我在项目中添加了xml文件的时候,发现一直在报错org.apache.ibatis.binding.BindingException:Invalid
bounds
tatement
蔡俊宇
·
2021-04-27 02:24
iOS中,CALayer的frame,
bounds
,position,anchorPoint关系详解
bounds
:与view中的
bounds
概念相同,(x,y)subLayer左上角相对于自身坐标系的关系;width,height表示subLayer的宽度和高度。
超_爱编程
·
2021-04-26 18:35
detrend
importcdms,sys,cdutil,genutil,MVf=cdms.open(sys.prefix+'/sample_data/clt.nc')s=f('clt')Makesure
bounds
arecorrect
Rex_Diego
·
2021-04-26 10:08
iOS中圆角视图加阴影的方案对比及封装。
有两种常见的方式:1.只设置layer的cornerRadius,不设置layer的maskTo
Bounds
弊端就是设置当设置了maskTo
Bounds
=true时阴影会失效。
liaoworkinn
·
2021-04-26 10:44
扩大UIButton点触区域
1:新建类继承UIButton2:在.m文件粘贴以下代码-(BOOL)pointInside:(CGPoint)pointwithEvent:(UIEvent*)event{CGRect
bounds
=self.
bounds
昵称输入
·
2021-04-26 04:18
ios中的圆角图片做法
方式一:objc//设置头像圆角,iOS9苹果修复,支持//_iconView.layer.cornerRadius=30;//_iconView.layer.masksTo
Bounds
=YES;注意:
冲浪小子
·
2021-04-26 04:34
collectionView 实现画廊效果
如果要实现画廊效果只需要关心三个方法/***当
bounds
发生改变(滚动就是改变了
bounds
,改变了可视区)的时候是否允许刷新布局。*
zx1798
·
2021-04-26 03:09
使用SSM框架Maven打包问题(maven模块化开发打jar包会过滤掉配置文件(xml,properties)的问题 )
出现以下的情况(org.apache.ibatis.binding.BindingException:Invalid
bounds
tatement(notfound):...)
回忆之秋
·
2021-04-25 23:26
UIView
基本属性坐标属性frame:CGRect格式,定义其大小和在superView的坐标位置
bounds
:CGRect格式,定义其大小和在自己坐标系的位置center:CGPoint格式,定义其在superView
linatan
·
2021-04-25 21:28
给控件的指定位置设置圆角
在我们日常开发中,给一些控件设置圆角一般都是给四个角都设置圆角如下所示:searchBtn.layer.cornerRadius=5.0f;//设置圆角的弧度searchBtn.layer.masksTo
Bounds
zweic
·
2021-04-25 20:24
UIView
UIView本身,更像是一个CALayer的管理器,访问它的跟绘图和跟坐标有关的属性,例如frame,
bounds
等等,实际上内部都是在访问它所包含的CALay
winnisz
·
2021-04-25 19:50
SpriteKit(10) - 物理引擎
importSpriteKitimportGameplayKitclassGameScene:SKScene{overridefuncdidMove(toview:SKView){self.size=UIScreen.main.
bounds
.sizeself.physicsBody
li_礼光
·
2021-04-25 13:52
iOS 一句代码调用多种选择器
同一个页面要有多种选择器,一级,二级,三级都有,本来准备就地撸起,后来想想还是封装一下,毕竟用的也比较多picker.gifimportUIKit//MARK:UIletScreenWidth=UIScreen.main.
bounds
.widthletScreenHeight
迷路的洞二
·
2021-04-25 12:49
ios 百度地图划线
最近在弄百度地图..百度地图的坑啊废话不说直接上代码BMKMapView*mapView=[[BMKMapViewalloc]initWithFrame:CGRectMake(0,70,self.view.
bounds
.size.width
贝勒老爷
·
2021-04-25 12:54
Java实战之贪吃蛇小游戏(源码+注释)
publicclassMain{publicstaticvoidmain(String[]args){//创建窗体对象JFrameframe=newJFrame();//创建窗体参数()frame.set
Bounds
·
2021-04-25 12:47
Java异常处理实例详解
;}}输出:(越界)Exceptioninthread"main"java.lang.ArrayIndexOutOf
Bounds
Exception:7atTestTry
·
2021-04-25 12:44
15-圆角头像
只设置少数图片可以,若是从网络请求下来的图片,不推荐使用这个方法self.loginButton.layer.cornerRadius=5;self.loginButton.layer.masksTo
Bounds
小胖子2号
·
2021-04-25 08:02
UITableView
原因:子视图frame越界导致解决:将父视图的如下属性打开即可_titleView.clipsTo
Bounds
=YES;2.tableViewCell上的按钮有时候可以点击,有时候不可以点击。
wangyu2488
·
2021-04-25 06:16
iOS 简单日历制作
#import"ViewController.h"#import"CollectionViewCell.h"#definescreenSize[UIScreenmainScreen].
bounds
.size
清蘂翅膀的技术
·
2021-04-25 00:18
Quart2D 画图二 (饼状图、柱状图)
37];NSArray*colorArr=@[[UIColorredColor],[UIColorblueColor],[UIColorgreenColor]];CGFloatradius=self.
bounds
.size.width
码路芽子
·
2021-04-24 06:59
Mac OS AppKit文档翻译——kCAGravityResizeAspect
kCAGravityResizeAspectThecontentisresizedtofitthe
bounds
rectangle,preservingtheaspectofthecontent.Ifthecontentdoesnotcompletelyfillthe
bounds
rectangle
江蒙尘
·
2021-04-24 03:58
iOS开发之使用XIB 或者storyboard 创建imageView UIViewContentModeScaleAspectFill 图片越界问题
使用UIImageView设置mode,有时候会出现图片/子view超出边界解决方式:[theViewsetClipsTo
Bounds
:Yes];
朱晓晓的技术博客
·
2021-04-24 00:53
无标题文章
[x]A.代码头文件(.h文件)[]B.代码的实现文件(.m文件)[x]C.图片资源文件[x]D.代码的二进制文件frame和
bounds
在学习iOS界面基础的时候,
bounds
把我整的云里雾里的,但是查了相关资料后
陈_振
·
2021-04-23 18:29
Swift UICollectionView 自适应cell、 section圆角、cell选中效果
效果图:效果图.png代码importUIKitletSCREEN_WIDTH=UIScreen.main.
bounds
.size.widthletSCREEN_HEIGHT=UIScreen.main.
bounds
.size.heightclassCYNewPlayViewController
目染江夏
·
2021-04-23 17:26
contentSize、contentInset和contentOffset区别
有起始坐标,也就是origin(CGPoint)和这个矩形面积的宽(width)和高(height)
bounds
每个view,除了有对应它的superview的相关坐标外,它自己也有对
舒耀
·
2021-04-23 13:26
2019-06-06 xib 宽度约束不起作用
2、这里的按钮,我添加了一个渐变图层,问题就出现在这里3、在xib布局没有完成的时候,添加渐变图层,获取的self.
bounds
是xib实际创建的大小,这就会造成在不同设备上显示按钮宽度超出屏幕的问题,
夕阳流枫
·
2021-04-23 12:20
iOS CAShapeLayer的简单使用--画圆以及蒙版。
CALayer和CAShapeLayer:相同:普通CALayer在被初始化时是需要给一个frame值的,这个frame值一般都与给定view的
bounds
值一致,它本身是有形状的,而且是矩形.CAShapeLayer
ZoeZhouZ
·
2021-04-23 12:10
JAVA实现贪吃蛇小游戏(源码+注释)
publicclassMain{publicstaticvoidmain(String[]args){//创建窗体对象JFrameframe=newJFrame();//创建窗体参数()frame.set
Bounds
Henrik-Yao
·
2021-04-22 17:26
java
java
游戏
213
CGRect)frame{[supersetFrame:frame];}-(void)setCenter:(CGPoint)center{[supersetCenter:center];}-(void)set
Bounds
对酒当歌_人生几何
·
2021-04-22 12:24
3、图层几何学
布局UIView有三个比较重要的布局属性:frame,
bounds
和center,CALayer对应地叫做frame,
bounds
和position。为了能清
方圆几度
·
2021-04-22 10:18
上一页
31
32
33
34
35
36
37
38
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他