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 -- UILabel 的常用属性
UILabelalloc]initWithFrame:CGRectMake(20,40,280,80)];UILabel*label=[[UILabelalloc]initWithFrame:self.view.
bounds
TenMios
·
2021-05-14 20:02
swift - 屏幕截屏
varsnapshot:UIImage{UIGraphicsBeginImageContext(view.
bounds
.size)view.layer.renderInContext(UIGraphicsGetCurrentContext
GA_
·
2021-05-14 19:20
iOS系统键盘和自定义键盘的切换
//1.给UITextView增加一个可面击的UIControlUIControl*control=[[UIControlalloc]initWithFrame:_inputView.
bounds
];[
斌小狼
·
2021-05-14 18:18
UIButton titleLabel imageView位置
UIColorclearColor];self.btn.imageView.backgroundColor=[UIColorclearColor];CGSizetitleSize=self.btn.titleLabel.
bounds
.size
动感超人丶
·
2021-05-14 05:49
iOS-position与anchorPoint
UIView在布局中最常用的三个属性是frame、
bounds
和center,CALayer也有类似的属性,分别为frame、
bounds
、position、anchorPoint.Position/*
FlyElephant
·
2021-05-13 23:59
JSPatch下发笔记4
implementationNewHomeDetailController-(void)layoutSubviews{self.homeDetailView=[[NewHomeDetailViewalloc]initWithFrame:self.view.
bounds
paperclouds
·
2021-05-13 23:20
iOS开发常用知识点一
1、如果要设置视图的阴影效果,我们必须不能设置以下代码view.layer.masksTo
Bounds
=YES2、自定义导航栏解决边缘手势返回失效self.navigationController.interactivePopGestureRecognizer.delegate
博士猫_BSM
·
2021-05-13 19:07
CoreText学习笔记(1)
CGContextTranslateCTM(context,0,self.
bounds
.size.height);CGContextScaleCTM(context,1.0,-1.0);在iOS中使用CoreText
Foryoujust
·
2021-05-13 06:32
UITableView相关问题
self.tableView.clipsTo
Bounds
=YES;(默认为YES)2、点击cell会多选?
阿木小丸子
·
2021-05-13 04:04
Android ImageView 高度的自适应
Screenshot_2017-02-28-19-21-29.png而解决方案很简单,添加android:adjustView
Bounds
="true"属性。
费城的二鹏
·
2021-05-13 00:37
iOS 直播截屏
UIApplicationsharedApplication].keyWindow;CGContextRefcontext=UIGraphicsGetCurrentContext();CGContextFillRect(context,
bounds
半颗沙_dfa4
·
2021-05-13 00:18
四叉树之碰撞检测(梁王的代码解剖室)
预备理论什么是四叉树为什么需要四叉树怎么通过四叉树进行碰撞检测代码解析构造函数functionQuadtree(
bounds
,max_objects,max_levels,level){this.max_objects
梁王io
·
2021-05-12 23:35
Android 简单的图片查看器
说明:在文件管理器中,可以使用这个app来打开图片布局文件ImageView常用的一些XML属性和方法:XML属性相关方法说明adjustView
Bounds
setAdjustView
Bounds
是否调整自己的边界
KokutouDa
·
2021-05-12 13:22
iOS 一些常用的方法
图片转化-(UIImage*)viewToImage:(UIView*)view{UIGraphicsBeginImageContext(view.
bounds
.size);UIGraphicsBeginImageContextWithOptions
_Jock羁
·
2021-05-12 13:27
Android ButterKnife Zelezny threw an uncaught ArrayIndexOutOf
Bounds
Exception.
ButterKnife的插件一直报错,最开始以为AS间歇性抽疯,于是卸载重装,多次之后还是继续抛这个异常,Google后在神奇网站stackoverflow找到原因:doubleunderscore去代码检查果然发现xml中id出现双下划线--改掉即可
lukUrself
·
2021-05-12 13:55
CAShapeLayer使用
CAShapeLayer*shapeLayer=[CAShapeLayerlayer];shapeLayer.frame=_demoView.
bounds
;shapeLayer.strokeEnd=0.7f
YKDog
·
2021-05-12 10:58
swift学习心得-1
1.写法对比ocself.window=[UIWindowalloc]initWithFrame:UIScreen.main.
bounds
];[self.viewaddSubview:子视图]swiftself.window
彬至睢阳
·
2021-05-12 10:12
隐藏NavigationBar下边线
寻找下边线View视图-(UIImageView*)bottomLineView:(UIView*)view{if([viewisKindOfClass:UIImageView.class]&&view.
bounds
.size.height
iOneWay
·
2021-05-12 08:14
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)
org.apache.ibatis.binding.BindingException:Invalid
bounds
tatement(notfound):com.itheima.mapper.UserMapper.findAll
七色星辰x
·
2021-05-12 07:14
常用宏
---------//NavBar高度#defineNavigationBar_HEIGHT44//获取屏幕宽度、高度#defineSCREEN_WIDTH([UIScreenmainScreen].
bounds
iPhone
·
2021-05-12 02:40
iOS9 Day-by-Day :: Day 9 :: UIKit Dynamics
Non-RectangularCollision
Bounds
在iOS9之前,UIKitDynamics的collision
bounds
只能是长方形。这让一些并非是完美的长方形的碰撞
Nathan_Bao
·
2021-05-12 00:34
iOS中图片圆角处理
方法一:使用layer_imageView.clipsTo
Bounds
=YES;_imageView.layer.cornerRadius=4.0;效果:在图片较多的TableView里面,卡顿现象较明显
gezhenrong
·
2021-05-11 21:58
iOS-CAShapeLayer实战
CAGradientLayer实现渐变背景色CAGradientLayer*gradientLayer=[CAGradientLayerlayer];gradientLayer.frame=self.view.
bounds
linbj
·
2021-05-11 14:09
swift纯代码创建
letwidth=UIScreen.main.
bounds
.size.width//获取屏幕宽letheight=UIScreen.main.
bounds
.size.height//获取屏幕宽viewP
彧哥哥
·
2021-05-11 13:31
iOS重新设置window的rootViewController
applicationdidFinishLaunchingWithOptions:(NSDictionary*)launchOptions{self.window=[[UIWindowalloc]initWithFrame:[[UIScreenmainScreen]
bounds
阿什不可思
·
2021-05-11 05:16
isTranslucent tablew 下移问题
automaticallyAdjustsScrollViewInsets=trueUsetableView=UITableView(frame:CGRect(x:0,y:0,width:UIScreen.main.
bounds
.width
曾柏超
·
2021-05-10 20:27
UITableView/UICollectionView键盘问题
#defineDDYSCREENW[UIScreenmainScreen].
bounds
.size.width#defineDDYSCREENH[UIScreenmainScreen].bound
DDY
·
2021-05-10 16:28
iOS表头图片随着下拉缩放
if(_myHeaderView==nil){_myHeaderView=[[UIViewalloc]initWithFrame:CGRectMake(0,0,[UIScreenmainScreen].
bounds
.size.width
点滴86
·
2021-05-10 15:59
clipsto
bounds
与masksto
bounds
的区别
clipsTo
Bounds
(UIView)是指视图上的子视图,如果超出父视图的部分就截取掉,masksTo
Bounds
(CALayer)却是指视图的图层上的子图层,如果超出父图层的部分就截取掉
期月鸟
·
2021-05-10 14:43
Java常见异常
NullPointerException//类型强制转换异常ClassCastException//数组负下标异常NegativeArrayException//数组下标越界异常ArrayIndexOutOf
Bounds
Exception
jsy_hello
·
2021-05-10 04:33
轮播图
//#import"ViewController.h"@interfaceViewController()#definescreenWidth[UIScreenmainScreen].
bounds
.size.wi
高光炖汤
·
2021-05-10 04:13
Frame、
Bounds
和Center以及坐标系转换
设置frame相当于设置了view在superview坐标系中的大小和位置,严格来说是center和
bounds
的一种便捷设置
bounds
代表了当前view的坐标系(view的大小和view坐标系的起点
Geek_小伟
·
2021-05-10 02:40
图片失真
解决图片失真只需要两行代码:cell.imageView.contentMode=UIViewContentModeScaleAspectFill;cell.imageView.clipsTo
Bounds
明少iOS
·
2021-05-09 22:47
轮播图
importUIKitletimageCount=5//屏幕的宽letkscreenWidth=UIScreen.main.
bounds
.size.width//屏幕的高letkscreenHeight
时间深巷1
·
2021-05-09 21:24
iOS小知识点07(截屏)
shotScreen{UIWindow*window=[UIApplicationsharedApplication].keyWindow;UIGraphicsBeginImageContext(window.
bounds
.size
丨n水瓶座菜虫灬
·
2021-05-09 18:04
UITextView设置placeHolder
setupTextView{UITextView*textView=[[UITextViewalloc]initWithFrame:CGRectMake(0,100,[UIScreenmainScreen].
bounds
.size.width
pyboy
·
2021-05-09 16:32
原生二维码扫描
import"ScanViewController.h"#import#import"LayoutView.h"#definekZero0#definekFullScreen[UIScreenmainScreen].
bounds
Coder东
·
2021-05-09 12:10
iOS viewDidLoad引起的控件多次创建
的创建的方式-(UITableView*)tableView{if(nil==_tableView){_tableView=[[UITableViewalloc]initWithFrame:self.view.
bounds
style
观星
·
2021-05-09 11:17
iOS关于设置阴影不生效的原因
最后确认了原因,不起效大致有两种可能:1.view.clipsTo
Bounds
=YES时,阴影效果不起效。
devileatapple
·
2021-05-09 03:01
iOS 指定控制器 横屏 一句代码都不用写~
[[UIDevicecurrentDevice]setValue:valueforKey:@"orientation"];出现的问题此时竖屏Push进去,就算设置了横屏(上述代码),不管frame还是
bounds
gitKong
·
2021-05-09 01:30
SpringBoot 异常
mybatisspringapplicationgetting-org.apache.ibatis.binding.BindingException:Invalid
bounds
tatement(notfound
_by_w_z
·
2021-05-09 01:40
iOS UI相关面试题
问题:view的
bounds
的x、y能更改吗,如果更改了会怎样?
陈盼同学
·
2021-05-08 11:41
iOS开发音乐震动条
relayer=[CAReplicatorLayerlayer];//设置位置为控制器view的中心点relayer.position=self.view.center;//设置复制层的大小relayer.
bounds
年轻皆浮云
·
2021-05-08 07:31
iOS 控件添加渐变色
就需要我们自己来处理,比如有时候按钮是渐变色CAGradientLayer*gradient=[CAGradientLayerlayer];gradient.frame=self.buttonTwo.
bounds
临界suk
·
2021-05-08 01:18
iOS 控件切圆角 任意角
1.如果是切四个角的圆角,代码示例:imgView.layer.cornerRadius=8;imgView.layer.masksTo
Bounds
=YES;2.如果是四个角中的某几个角,一个,两个,或者
千寻_544f
·
2021-05-07 22:31
Uiview的简单使用
self.view.backgroundColor=[UIColorblackColor];self.blurImageView=[[UIImageViewalloc]initWithFrame:self.view.
bounds
郑州程序员王一
·
2021-05-07 11:35
输入框根据文字多少自动改变高度
类似微信聊天输入框,当文字换行时,自动增加输入框高度,此高度有个最大值限制//先定义屏幕宽高#definekScreenWidth[UIScreenmainScreen].
bounds
.size.width
ibiaoma
·
2021-05-07 11:06
项目开发-lldb中的常用的调试命令
就看下面的信息,一般是在3-5行还有一种情况就是没有崩溃信息直接是lldb这种情况po用于输出Objective-C对象po[selfview]这会打印一些关于view的一些信息,比如frameclipsTo
Bounds
contentOffs
一个半路出家的iOS开发者
·
2021-05-07 07:28
bounds
& frame
(参照点是,父亲的坐标系统)
bounds
:该view在本地坐标系统中的位置和大小。(参照点是,本地坐标系统)。
fenggmy
·
2021-05-07 06:22
iOS-截屏
UIGraphicsBeginImageContextWithOptions(self.view.
bounds
.size,YES,0);[self.view.layerrenderInContext:UIGraphicsGetCurrentContext
小灬杰丨
·
2021-05-07 00:23
上一页
29
30
31
32
33
34
35
36
下一页
按字母分类:
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
其他