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
ios小技巧
cover.backgroundColor=[UIColorcolorWithRed:0green:0blue:0alpha:0.7f];2.超出父控件剪切用于隐藏图片等popMenu.layer.masksTo
Bounds
谁知高枕无忧
·
2022-02-21 02:58
设置UIDatePicker的允许最大时间、最小时间
设置UIDatePicker的允许最大时间、最小时间:self.frame=CGRectMake(0,0,[[UIScreenmainScreen]
bounds
].size.width,[[UIScreenmainScreen
武哥
·
2022-02-20 13:50
iOS 关于坐标的介绍
在开发中只要涉及到绘制,我们总会用到frame,
bounds
,center,position,anchorPoint等,表示大小和位置的界面元素。
SlashMan
·
2022-02-20 13:22
内存越界引用与缓冲区溢出
1、什么是内存越界引用(Out-of-
Bounds
Memery) 啥叫内存越界引用?
EamonXia
·
2022-02-20 06:53
iOS核心动画-shadowPath&CGPath
这涉及到图片是如何显示和拉伸的,所以要比contentsGravity灵活多了.和
bounds
,frame不同,contentsRect不是按点来计算的,它使用了单位坐标,单位坐标指定在0到1之间,是一个
沙长健
·
2022-02-20 03:00
UISCrollView + AutoLayout 笔记
是一个很特殊的view,对于UIScrollView的subview来说,它的leading/trailing/top/bottomspace是相对于UIScrollView的contentSize而不是
bounds
_浅墨_
·
2022-02-19 22:28
iOS开发-setNeedsLayout, layoutIfNeeded 和 layoutSubviews 方法的理解
如果某个视图自身的
bounds
或者子视图的
bounds
发生改变,那么这个方法会在当前runloop结束的时候被调用。为什么不是立即调用呢?因为渲染毕竟比较消耗性能,特别是视图层级复杂的时候。
GabrielPanda
·
2022-02-19 20:28
Android学习笔记——bitmap缓存与内存复用
图片的压缩处理inJustDecode
Bounds
:读取out..的参数计算内存大小inPreferedConfig设置图片解码后的格式inSam
潇湘夜雨123
·
2022-02-19 15:57
Android 应用防崩溃技巧
需求前一段时间由于同事的一个RecyclerView的错误使用方式,导致了线上的App有部分使用者出现了页面闪退的情况,RecyclerView的LinearLayout抛出了IndexOutOf
Bounds
Exception
风的微笑
·
2022-02-19 11:00
问题和解决方案
1、java.lang.IndexOutOf
Bounds
Exception索引越界异常:该异常表示不合法下标,通常是因为访问了list不合法的位置,建议检查数据是否越界。
_春夏秋冬
·
2022-02-19 10:23
为控件增加阴影、圆角阴影
,包含有单独设置阴影以及同时设置圆角+阴影的两个方法https://github.com/Nedoloroso/categoryForCornerShadow/**为控件增加阴影注:控件clipsTo
Bounds
Nedoloroso
·
2022-02-19 07:02
获取当前节点包含所有子物体的
Bounds
privatestatic
Bounds
Calculate
Bounds
(Transformgo){
Bounds
b=new
Bounds
(go.position,Vector3.zero);UnityEngine.Object
UnityAsk_1
·
2022-02-18 23:18
tableview分割线调整
self.tableView=[[UITableViewalloc]initWithFrame:self.view.
bounds
style:UITableViewStyleGrouped];self.tableView.separatorStyle
肇东周
·
2022-02-18 13:40
iOS 纯代码搭建collectionView
特地总结了一下必要的步骤,方便自己以后查阅,大家也可以在此基础上自行扩展成瀑布流之类.第一步.创建流水布局在ViewController.m中#defineScreenWidth[UIScreenmainScreen].
bounds
.size.width
Just_go
·
2022-02-18 13:04
动画,震动条
08-2011_12_25.gif//新建一个UIViewUIView*backView=[[UIViewalloc]initWithFrame:CGRectMake(0,100,self.view.
bounds
.size.width
LST程序员
·
2022-02-18 11:59
iOS开发中圆形图片绘制方案
一般在给图片做圆形处理时,我们用得较多的可能就是:ImageView.layer.cornerRadius=Iv.frame.size.width*0.5;ImageView.layer.masksTo
Bounds
捷风
·
2022-02-18 09:33
记录iOS生成分享图片的一些问题,根据UIView生成固定尺寸的分享图片
首先使用此方法生成UIImage,UIImage*tempImage=[shareViewSaveViewImage];-(UIImage*)SaveViewImage{CGSizeimageSize=self.
bounds
.size
爱吃萝卜的小蘑菇
·
2022-02-18 06:04
获取关于iPhone的相关信息
.获取唯一设备标识UUID先了解iPhone相关尺寸:PastedGraphic.png1.获取当前屏幕宽度、高度CGFloat*UI_View_Width=[UIScreenmainScreen].
bounds
.size.wi
smile丽语
·
2022-02-18 03:35
UIScreen 当前屏幕
bounds
(read-only)当前坐标空间下的屏幕边界,匹配设备方向。scale(read-only)当前屏幕所在设备的坐标空间与以点为单位的逻辑坐标空间的比值。
叶麦清香
·
2022-02-17 18:21
IOS transform,frame,
bounds
,旋转,缩放,平移手势这一篇就够啦
家人住院过来陪护才有时间整理点东西,真的是一言难尽,诸位大牛疯狂撸码时也要注意身体呦。整理一个最近给运维端做的需求,自己感觉还是有难度的。直接看图,运维端不要太在意UI了。project.gif这里的旋转,缩放其实都是小菜,难点的东西是自己盖在地图上的控件View和地图层级数据间的转换和传递,也就是屏幕上的view的四角坐标像素点位置与地图经纬度的转换,最核心的东西是view旋转出角度后,view
青山脚下花盛开
·
2022-02-17 11:15
UIView的frame和boudns
[view2setBackgroundColor:[UIColorgrayColor]];[view1addSubview:view2];frameofview2:{{0,0},{200,200}},
bounds
ofview2
梓华
·
2022-02-17 08:20
解决iOS 13 tabbar 顶部有一条线
顶部有条线line颜色和tabbar背景色相同UIView*line=[[UIViewalloc]initWithFrame:CGRectMake(0,-1,[UIScreenmainScreen].
bounds
.size.width
乐观的沙
·
2022-02-16 22:16
iOS指定视图任意角为圆角
CGFloatcontainerViewW=200;CGFloatcontainerViewH=200;CGFloatcontainerViewX=(self.view.
bounds
.size.width-containerViewW
Desert_Eagle
·
2022-02-16 21:55
图像填充模式
scaletofill(拉伸—默认):图片会完整显示,但是会被拉伸aspectfit(居中):图片比例不变,显示在容器中间aspectfill(平铺):超出部分会被截断(选择平铺模式,要选中clipsto
bounds
友田香菜
·
2022-02-16 20:10
ios 背景色模糊
UIBlurEffectStyleExtraLight];UIVisualEffectView*view=[[UIVisualEffectViewalloc]initWithEffect:beffect];view.frame=self.
bounds
木马不在转
·
2022-02-16 14:28
spring mybatis 中 ${} 和 #{}区别
property#{}是SPEL表达式,内部表达式可以直接引用springIoC管理的对象的属性2Mybatis动态sql${}和#{}的区别:mybatis对sql进行预编译之前会先进行动态解析,解析为一个
BoundS
ql
Ngcc
·
2022-02-16 08:48
collection的简单使用
UICollectionViewDelegateFlowLayout添加UICollectionViewFlowLayoutCGFloatviewWidth=[UIScreenmainScreen].
bounds
.size.width
雾霭天涯
·
2022-02-16 06:51
5.6、UIImageView
importUIKitimportSDWebImageclassViewController:UIViewController{letwidthScreen=UIScreen.main.
bounds
.widthletheightScreen
艾希_可可
·
2022-02-16 04:58
iOS实现多控制器切换效果
本文实例为大家分享了iOS实现多控制器切换效果的具体代码,供大家参考,具体内容如下主控制器,管理控制器.h文件//宏#definekScreenWidth [UIScreenmainScreen].
bounds
.size.width
·
2022-02-15 16:31
常用简单的动效
两种加载动效image.png-(void)animation1{CAReplicatorLayer*layer=[[CAReplicatorLayeralloc]init];[layerset
Bounds
being_sun
·
2022-02-14 18:50
TextView.setCompoundDrawables()不显示
当我们在代码中设置TextView的Drawable时,会遇到Drawable不显示的问题,原因的因为,我们传入的Drawable没有调用set
Bounds
();drawable.set
Bounds
(Rect
bounds
萧清轩
·
2022-02-14 17:49
三、Java语言基础3(数组的基本操作和练习)
数组的定义数组的定义和静态初始化(1)int[]arr=newint[2];(2)int[]arr=newint[]{3,1,6,5,4};int[]arr={3,1,6}常见问题:ArrayIndexoutof
Bounds
Exception
SkyFireDragon
·
2022-02-14 16:43
iOS view添加虚线边框
效果图如下:UIView虚线边框示意图WeChat_1496803481.jpeg核心代码示例如下:CGSizescreenSize=[UIScreenmainScreen].
bounds
.size;CGFloatviewWidth
只会写bug啊
·
2022-02-14 13:08
control
//屏幕宽度的宏#defineSCR_W[UIScreenmainScreen].
bounds
.size.width//高度的宏#defineSCR_H[UIScreenmainScreen].
bounds
.size.height
afjksbgwf
·
2022-02-14 12:01
ios view 绘制圆角
cornerscornerRadii:(CGSize)cornerRadii{UIBezierPath*maskPath=[UIBezierPathbezierPathWithRoundedRect:view.
bounds
byRoundingCorners
jfzhang
·
2022-02-14 07:43
UITextField输入时文字下移解决方案
输入时文字位置自动下移;自动布局时横屏转竖屏左侧多出大片空白;当设置masksTo
Bounds
=YES时,如果文字长度超过了TextField的宽度,那么文字位置就会下移,如下图:image当设置masksTo
Bounds
xiaoaihhh
·
2022-02-13 21:32
8.2、自定义UItableViewCell及闭包使用
importUIKitclassTwo:UIView,UITableViewDelegate,UITableViewDataSource{letScreenWidth=UIScreen.main.
bounds
.widthletScreenHeight
艾希_可可
·
2022-02-13 15:25
frame与
bounds
的关系
frame与
bounds
是我们UI开发中最常用到的,只知道frame使用父类坐标系
bounds
使用本身坐标系,理解的并不够深入,本文通过几个小栗子来总结一下frame与
bounds
的关系,以及修改之后有哪些变化
oneday527
·
2022-02-13 07:26
UICollectionViewCell 设置圆角阴影
注意:必需设置背景色self.layer.masksTo
Bounds
必需为NOself.backgroundColor=UIColor.whiteColor;self.layer.masksTo
Bounds
蓝天白云_Sam
·
2022-02-12 15:25
GPUImage-iOS 虚化图片
GPUImageiOSBlurFilteralloc]init];ssBlurFilter.blurRadiusInPixels=5.0f;//GPUImageView_ssBlurImage.clipsTo
Bounds
周大湿
·
2022-02-12 06:19
xib切圆角
imageView.layer.cornerRadius=5;imageView.layer.masksTo
Bounds
=YES;xib的操作效果展示
lemonCool
·
2022-02-11 22:10
[iOS]MoviePlayerController播放器
gitHub传送门:QPlayer使用方式如下:-(void)viewDidLoad{[superviewDidLoad];CGFloatwidth=[UIScreenmainScreen].
bounds
.size.widt
Kean_Qi
·
2022-02-11 19:29
计算图片的全屏显示尺寸
CGSizeimageSize=CGSizeMake(100,100);CGSizesize=[UIScreenmainScreen].
bounds
.size;CGFloatheight=size.width
SmileJohn
·
2022-02-11 10:07
Swift 之Transform和Basic动画
animationTableView.reloadData()letcells=animationTableView.visibleCellslettableHeight=animationTableView.
bounds
.size.height
iOS小童
·
2022-02-11 09:46
SpringBoot 项目启动报错 java.lang.ArrayIndexOutOf
Bounds
Exception
1.用户切换Linux用户切换引起的问题。webuser@s-b4:~$webuser@s-b4:~$sudo-i[sudo]passwordforwebuser:root@s-b4:~#suwebuser/home/webuser/.rbenv/bin/rbenv:line49:cd:/root:Permissiondeniedwebuser@s-b4:/root$刚连接登陆到服务器的时候是we
屐齿青苔
·
2022-02-11 08:04
iOS原生二维码扫描
首先需要导入定义了一些宏/***屏幕高宽边界*/#defineSCREEN_HEIGHT[UIScreenmainScreen].
bounds
.size.height#defineSCREEN_WIDTH
哈哈大p孩
·
2022-02-10 22:51
(IOS)为UIView某个角添加圆角
//左上角和右下角添加圆角UIBezierPath*maskPath=[UIBezierPathbezierPathWithRoundedRect:view.
bounds
byRoundingCorners
rightmost
·
2022-02-10 22:18
ios 两个分段控制器
#defineKUIScreenWidth[UIScreenmainScreen].
bounds
.size.width#defineKUIScreenHeight[UIScreenmainScreen]
你又脸红了i
·
2022-02-10 12:54
UIButton左文字右图片,上图片下文字
btn.imageView.size.width,0,btn.imageView.size.width)];[btnsetImageEdgeInsets:UIEdgeInsetsMake(0,btn.titleLabel.
bounds
.size.width
竹子4117
·
2022-02-10 10:08
iOS字体大小适配
方法一:用宏定义适配字体大小(根据屏幕尺寸判断)//宏定义#defineSCREEN_WIDTH([UIScreenmainScreen].
bounds
.size.width)#defineFONT_SIZE
可地出溜
·
2022-02-10 10:56
上一页
23
24
25
26
27
28
29
30
下一页
按字母分类:
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
其他