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
superview
LayoutSubView和drawRect
不会触发调用addSubview会触发调用改变view的width和height的时候回触发调用一个UIScrollView滚动会触发调用旋转screen会触发调用改变一个UIView大小的时候会触发
superView
yaya_pangdun
·
2020-03-09 04:38
Xcode这些lldb、断点调试方法,你常用吗?
得到cell的内存地址(或者通过debugviewhierarchy),比如0x7fd66f913600,然后得到indexPath如下po[(UITableView*)[0x7fd66f913600
superview
wustzhy
·
2020-03-09 04:40
iOS 视图控件设置圆角、阴影
imageView的superViewUIView*fangkuanView1=[[UIViewalloc]initWithFrame:CGRectMake(0,0,300,200)];//imageView的
superView
FlowYourHeart
·
2020-03-08 11:13
iOS-UITableView悬停处理
主要是对悬浮条的处理,刚开始考虑在view上添加一份同样布局的view,通过隐藏和显示来实现,由于存在两个同样布局的view,处理按钮事件逻辑相对复杂,而用改变悬浮条
Superview
的方式,实现就比较简单
coffeedou
·
2020-03-07 17:11
iOS渐变色
CAGragidentLayer实现CAGradientLayer*gradientLayer=[CAGradientLayerlayer];gradientLayer.frame=_containerView.bounds;[
superView
.layeraddSublayer
lanmoyingsheng
·
2020-03-07 05:02
iOS寻找当前View的控制器
分类方法(UIViewController)findViewController{for(UIViewnext=self;next;next=next.
superview
){UIResponder*nextResponder
VincentHK
·
2020-03-06 21:22
手把手教你AutoLayout适配复杂界面《一》
AutoLayoutIsaConstraint-Based,DescriptiveLayoutSystem.关键词:基于约束-和以往定义frame的位置和尺寸不同,AutoLayout的位置确定是以所谓相对位置的约束来定义的,比如x坐标为
superView
写代码的小农民
·
2020-03-05 06:49
界面布局autoresizing
一.界面布局过程
superview
-layoutSubviews-setNeedsLayout下次绘制之前需要重新推算布局layoutIfNeeded立即重新推算布局最后手段:总是可以自定义一个UIView
方方1307007
·
2020-03-03 09:57
iOS autolayout 中content Hugging 与content Compression Resistance
compressionresistancecompressionresistance=>contentdoesn'twanttoshrink(即抗压)例如:我们设置button为**[clickme]**.设置button与
superview
某个胖子
·
2020-03-03 06:01
Masonry中查找View的公共公共父视图
Superview
;
View+MASAdditions.m查找两个view的公共父视图
Superview
;第一个view是自身self,第二个view是传进来的view;第一层遍历,找到第二个view的
superView
;
kakukeme
·
2020-03-03 03:50
UIWebView 顶部出现空白条
self.automaticallyAdjustsScrollViewInsets=NO;//自动滚动调整,默认为YES2:重写viewWillLayoutSubviews方法添加(完美解决)-(void)viewWillLayoutSubviews{[
superview
魈畈
·
2020-03-02 19:55
iOS Remove子视图
iOSremove子视图的方式常用的有两种:for(UIView*subviewinyourSuperView){[subviewremoveFromSuperview];}这种写法有个很不好的地方就是当你的
superview
好好西河
·
2020-02-29 21:02
iOS 开发 frame和Bounds的不同
简单的说frame指的是这个view在它
superview
的坐标系的坐标和大小.bounds指这个view在它自己坐标系的坐标和大小看官方的解释图片boyXiong这里写图片描述通俗的说整个APP相当于一栋房子
猫爪
·
2020-02-29 03:14
Masonry 源码进阶
UIView*
superview
=self.view;UIView*view1=[[UIViewalloc]init];view1.translatesAutoresizingMaskIn
双手插兜Jeff
·
2020-02-27 16:54
iOS直播系列之《很会飞的弹幕》
真听话);我的衣服你来买(弹幕样式自定义);我们弹幕家族自带磁场从来不会叠加碰撞的哦(⊙o⊙);你点我我就告诉你你点的是我而不是我爸(
superView
)也不会是我的兄弟姐妹O(∩_∩)O~:弹幕家谱.
itzhangbao
·
2020-02-26 22:06
关于UIViewAutoresizing的问题
UIViewAutoresizingFlexibleLeftMargin自动调整与
superView
左边的距离,保证与
superView
右边的距离不变。
我的马里奥兄弟
·
2020-02-26 15:55
iOS-链式编程
iOS中链式编程中最经典的例子是Masonry为代表的代码形式,代码如下:make.edges.equalTo(
superview
).with.insets(100);Objective-C链式编程Objective-C
FlyElephant
·
2020-02-24 07:20
判断当前视图的vc和他的前一个页面类型
UIViewController*)viewControllerForView:(UIView*)view{for(UIView*next=[viewsuperview];next;next=next.
superview
上帝是个女孩丶
·
2020-02-24 02:20
响应者链传递
首先看initialview能否处理这个事件,如果不能则会将事件传递给其上级视图(initalview的
superView
);如果上级视图仍然无法处理则会继续往上传递;一直传
雪_晟
·
2020-02-24 00:59
设置父控件的alpha 不影响子控件
UIView*
superView
=[[UiViewalloc]init];UIView*subView=[[UIViewalloc]init];[superViewaddSubView:subView]
码农淏
·
2020-02-22 12:19
根据view查找控制器、获取当前window的顶层控制器
//根据view查找控制器UIViewController*controller=nil;for(UIView*superV=view.
superview
;superV;superV=superV.
superview
x_tcan
·
2020-02-22 02:34
iOS UISlider数值与滑块联动
实现效果如下:演示效果在写代码之前有两个思路:1、在slider的
superView
上add一个valueLabel,找到slider的滑块view(thumbView),在slider
QiShare
·
2020-02-20 22:55
iOS日常笔记
获取view所在的controller-(UIViewController*)viewController{for(UIView*next=[selfsuperview];next;next=next.
superview
涛大
·
2020-02-20 21:02
iOS 动态调整subview在
superview
中的层次
//设置tabbarcontroller的tabbaritem图片的大小UIImage*tabbarimage=[UIImageimageNamed:@"first.png"];UIImageView*tabBarBackgroundImageView=[[UIImageViewalloc]initWithFrame:CGRectMake(0,0,self.tabBar.frame.size.wi
Easy晓哥
·
2020-02-19 00:12
AutoLayout在Push动画时,View位置跳动
如下图解决方法如下:删除bottom的约束,然后右键拖动View于
superView
建立bottom的约束,如图:出来建立约束视图后,按住Option(或者ALT),会出来下图:选择Bo
异灵
·
2020-02-18 20:34
View方法补充
alpha控制视图的不透明度(子视图也一起透明),取值范围0-1redView.alpha=0.8;
superview
获取本视图的父视图。(需要实例对象去接收)subviews获取本视图的所有
佟瑾年
·
2020-02-17 19:22
iOS 转换坐标convertRect的基本用法
很苦恼的一件事就是位置无法确定,最近找到了一个转化坐标的方法,问题迎刃而解,赶紧学习下方法CGRectrect=[self.viewconvertRect:button.framefromView:button.
superview
calary
·
2020-02-17 01:18
iOS 滑动性能优化总结
UIView记得设置成和
SuperView
相同的颜色3.控件贴图避免使用带alpha的图片。
passionCai
·
2020-02-16 11:42
获取当前控制器viewController
获取当前控制器viewController-(UIViewController*)viewController{for(UIView*next=[selfsuperview];next;next=next.
superview
47ec5336596e
·
2020-02-16 02:58
Frame Bounds and Center
在坐标系中,通过frame我们可以决定view在其父视图(
superview
)中的位置和大小。bounds表示的是view自己的坐标系统,通常用于改变view自身。
r_lin
·
2020-02-16 00:57
contentSize、contentInset和contentOffset区别
frame是UIView中表示此view的一个矩形面积,包括了view在它的
superview
中的一些几何上的标识。
iOS_xuanhe
·
2020-02-15 18:55
iOS页面布局
iOS页面布局及适配一、固定布局frame(x,y,w,h)UIEdgeInsetsedge=UIEdgeInsetsMake(10,10,10,10);CGSizesuperSize=view.
superview
.frame.size
JanetDong
·
2020-02-15 17:05
Block中出现循环引用处理
从而形成循环引用,导致两者都不能被释放:@implementationLXDObject{void(^_cycleReferenceBlock)(void);}-(void)viewDidLoad{[
superview
if_you_like
·
2020-02-15 03:25
iOS 隐藏navigation底部线
nonatomic,strong)UIImageView*navigationLineImageView;@end@implementationViewController-(void)viewDidLoad{[
superview
踏月_留香
·
2020-02-15 00:36
UIView(frame,bounds,transform)
前要:1.frame/center是在
superview
坐标系;bounds是相对于自己坐标系。
muice
·
2020-02-14 22:29
Masonry源码分析一:MASConstraintMaker
先看一段典型的用法介绍:[view1mas_makeConstraints:^(MASConstraintMaker*make){make.top.equalTo(
superview
.mas
daixunry
·
2020-02-14 19:07
iOS10问题小结
1.用xib创建的view不显示动画,之前的时候view直接调用layoutIfNeeded,iOS10的时候view的
superview
去调用layoutIfNeeded。
迷了jiang
·
2020-02-14 07:00
iOS 滑动性能优化
1:UIView的背景色避免使用clearColor(UIView记得设置成和
SuperView
相同的颜色)2:控件贴图避免使用带alpha的图片-2.1:视觉给出的贴图最好
Yeso
·
2020-02-13 13:58
Bounds与Frame补充(二)
修改自己的frame2.修改
SuperView
的bounds的origin其实frame是一个计算出来的值,属于一个抽象概念,间接影响视图的布局。
ashura_
·
2020-02-12 13:16
UIScrollView in Storyboard
有一个需求,在用户登陆或者注册界面处,当用户添加信息的时候需要视图能够上下滚动,有一个动态的效果:思路就是把各种**UITextField**放在一个**
superView
**为**ScrollView
阿朱先生
·
2020-02-12 12:26
iOS 开发 -- UIButton 点击无响应的处理
可能引起此问题的原因:1.按钮的frame超出了
superview
的frame,我就是因为这个原因导致的点击无响应。UIButton还是可以显示,但是因为触摸事件的传递是从父控件传递到子控件,。
旧时光_V
·
2020-02-11 19:15
如何递归获取某一个view的controller
/获取view的controller-(UIViewController*)viewController{for(UIView*next=[selfsuperview];next;next=next.
superview
F麦子
·
2020-02-11 17:29
iOS layoutSubviews
的时候不会调用(tableViewCell的init),但是使用initWithFrame的时候如果frame不是CGRectZero的时候会调用滚动scrollview的时候会调用旋转屏幕的时候会出发
superview
MTSu1e丶
·
2020-02-09 18:37
iOS-解决UITableView有footerView时最后一个cell不显示分割线问题
子类的layoutSubviews方法-(void)layoutSubviews{[superlayoutSubviews];for(UIView*subviewinself.contentView.
superview
.subviews
petter102
·
2020-02-08 19:56
IOS获取view的controller
UIViewController*)GetControllerFromView:(UIView*)pView{for(UIView*pNext=[pViewsuperview];pNext;pNext=pNext.
superview
蜗牛1992
·
2020-02-08 07:21
自定义返回按钮侧滑返回失效
self.navigationController.interactivePopGestureRecognizer.enabled=YES;-(void)viewDidAppear:(BOOL)animated{[
superview
alohasingle
·
2020-02-07 11:00
处理多层级事件传递(UIResponder拓展)
响应事件需要的数据,类型可根据需要来写(model或NSDictionary等等)编辑3、使用方法给UIResponder添加一个自定义事件当事件发生,沿响应者链,找到当前view的nextResponder(即:
superView
凤鸣a
·
2020-02-07 06:53
iOS面试重点
因为控件的父控件view.
superview
已经strongreference了,所以对于controller只需要weak就可以字符串为什么使用copy?
Fisland_枫
·
2020-02-06 22:27
iOS定时器在后台保活及扩展后台永久存活
property(nonatomic,strong)dispatch_source_ttimer;@end@implementationViewController-(void)viewDidLoad{[
superview
Mr姜饼
·
2020-02-06 18:01
iOS 截取屏幕 生成图片
//1.开启图片上下文UIGraphicsBeginImageContextWithOptions(
Superview
.bounds.size,NO,0);//2.获取当前的上下文CGContextRefctx
魔力双鱼
·
2020-02-02 03:52
上一页
2
3
4
5
6
7
8
9
下一页
按字母分类:
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
其他