问答文章1 问答文章501 问答文章1001 问答文章1501 问答文章2001 问答文章2501 问答文章3001 问答文章3501 问答文章4001 问答文章4501 问答文章5001 问答文章5501 问答文章6001 问答文章6501 问答文章7001 问答文章7501 问答文章8001 问答文章8501 问答文章9001 问答文章9501
你好,欢迎来到懂视!登录注册
当前位置: 首页 - 正文

IOS添加约束的时候不能使用属性和全局变量吗

发布网友 发布时间:2022-05-29 19:05

我来回答

2个回答

热心网友 时间:2023-11-08 02:24

可以.
我直接把部分代码copy了

@property (weak, nonatomic) NSLayoutConstraint *xConstraint;

@property (weak, nonatomic) NSLayoutConstraint *yConstraint;

@property (weak, nonatomic) NSLayoutConstraint *widthConstraint;

@property (weak, nonatomic) NSLayoutConstraint *heightConstraint;

在show界面的时候

[rootViewController.view addSubview:aViewController.backgroundView]; //值得注意的代码实际上就这一句, 需要先addSubView, 再添加约束

[rootViewController.view addConstraint:[NSLayoutConstraint constraintWithItem:aViewController.backgroundView attribute:NSLayoutAttributeTop relatedBy:NSLayoutRelationEqual toItem:rootViewController.view attribute:NSLayoutAttributeTop multiplier:1 constant:0]];

[rootViewController.view addConstraint:[NSLayoutConstraint constraintWithItem:aViewController.backgroundView attribute:NSLayoutAttributeLeading relatedBy:NSLayoutRelationEqual toItem:rootViewController.view attribute:NSLayoutAttributeLeading multiplier:1 constant:0]];

[rootViewController.view addConstraint:[NSLayoutConstraint constraintWithItem:aViewController.backgroundView attribute:NSLayoutAttributeWidth relatedBy:NSLayoutRelationEqual toItem:rootViewController.view attribute:NSLayoutAttributeWidth multiplier:1 constant:0]];

[rootViewController.view addConstraint:[NSLayoutConstraint constraintWithItem:aViewController.backgroundView attribute:NSLayoutAttributeHeight relatedBy:NSLayoutRelationEqual toItem:rootViewController.view attribute:NSLayoutAttributeHeight multiplier:1 constant:0]];

热心网友 时间:2023-11-08 02:25

是的!!不能使用了
声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。
E-MAIL:11247931@qq.com
匀强电场中电势降落的方向是电场强度的方向 在匀强电场中,电势降低的方向就是电场强度的方向 求这个动画的出处,香蕉皮把女孩拎起来踢足球 ...50+的那场比赛是对战那个队的?(最好有视频地址) 职场上遇到了命令口气的同事怎么办? 我儿子在部队工作,上级下达了任职命令,怎么还没发资历章呢?_百度知 ... ...上级领导,上级组织部门领导到场宣读任命书,我如何致答谢词?_百度知 ... 002119什么股 allow sb. to do还是allow sb. doing? 祝福语:2022适合护士节发朋友圈句子 ios开发怎么约束n多个按钮的宽度高度一样 seqret 英语什么意思 iOS约束比例放大缩小的View如何改变高 微信充话费没到账,打投诉电话是多少 听过《神秘园》吗 大自然的秘密用英语怎么写? secret nature是哪个国家的牌子?中文名字是啥? 如何动态修改约束NSLayoutConstraint ios中自定义view自动布局修改约束为什么不起作用 ios 约束的优先级可以改变吗 丰田车主注意!丰田因燃油泵扩大召回范围,涉及国内销售车型 昨天刚小产完,医生给我开了黄柏洗液,但是忘记问怎么用了 广汽丰田雷凌召回通知书啥意思 伏蒲洗液、黄柏洗液、高猛酸钾溶液有何不同? 丰田召回908台雷克萨斯,召回的原因是什么? 阿尔法·罗密欧召回部分Giulia/Stelvio车型 头灯存隐患 在资产评估中,资产评估师没有到资产评估现场,所出的资产评估报告有法律效力吗? 马上要去美国了,请问有哪些文化要注意的?详细的回答我。 我要去美国,但是要转机,第一次入境,不知道转机的流程,谁能帮帮我? 我要去美国了! nature programme是什么意思 ios masonry可以先设置frame为cgrectzero再设约束吗 Nature's Secret,Ultimate Cleanse 这个排毒效果怎么样 我在微信上充了话费未到账怎么投诉相关信息 微信冲话费没到账怎么投诉哪个部门 英语选择 说明原因 security secret 区别 ios 约束刷新会调用什么方法 Franklin discovered_______electricity,which was then regarded as _____secret of nature. 绿色的葡萄干和黄色的葡萄干哪一种更好吃,为什么 商业机密 英语怎么说?business secret 你有这本书没???(自然法则-宇宙的奥秘)Nature`s Law--The Secret Of The Universe ios uiscorllview怎么添加约束 卷柏可以用河沙盆栽吗? 大航海时代4加强版伍丁东南亚和印度洋霸者证问题 古诗中的“东风”是怎样的意境?如“把酒祝东风,且共从容。”、东风无力百花残“等 风向怎样判断,例如东风是往哪边吹来的 诗句等闲识得东风面中的东风运用了什么修辞手法表达了诗人怎么样的思想感情? 55年授衔仪式背景音乐是什么 白天在上海的张韶涵VS晚上在吉林的张韶涵,有多大的差别呢?
  • 焦点

最新推荐

猜你喜欢

热门推荐