腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(9999+)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
5
回答
UIButton
上的
UIButton
这里有一个问题要问你:感谢您的任何意见!
浏览 0
提问于2011-09-01
得票数 2
回答已采纳
3
回答
如何向
UIButton
添加
UIButton
如何在
UIButton
上添加
UIButton
? 这样,如果我移动父
UIButton
,上面的那个也会移动。
浏览 0
修改于2012-12-14
得票数 0
回答已采纳
3
回答
斯威夫特中的
UIButton
和
UIButton
?
我正在看这个Swift教程,下面是这样的一句话: 我的意思是,如果等号后面的部分是
浏览 1
修改于2014-07-02
得票数 6
回答已采纳
4
回答
更改
UIButton
图像,单击UITableView
UIButton
ButtonImage = [UIImage imageNamed:@"work_exe_old.png"]; {
浏览 1
修改于2016-11-30
得票数 0
回答已采纳
1
回答
大型
UIButton
之上的小型
UIButton
我有一个较小的
UIButton
,它位于一个较大的
UIButton
之上。 现在的问题是,如果我点击较小的
UIButton
,它也会触发较大的
UIButton
。
浏览 1
修改于2012-01-29
得票数 0
3
回答
如何在
UIButton
外部编辑
UIButton
属性
我的问题是,我不知道如何在实际的
UIButton
代码之外编辑另一个
UIButton
。我知道要编辑常规
UIButton
的背景色,你可以这样写:然而,我不确定如何在
UIButton
的代码之外做到这一点。我已经尝试过了:(ThemeCRed是按钮的名称) 但我得到的错误是,“无法将'()‘类型的值转换为预期的参数类型'
UIButton
'
浏览 2
提问于2017-02-11
得票数 0
3
回答
用另一个
UIButton
文本(
UIButton
)更改
UIButton
文本
我的问题是如何将
UIButton
的标题改为另一个
UIButton
的标题。我有三个按钮,当我点击按钮2时,我想把标题换成按钮1和按钮3。我怎么能这么做?
浏览 1
修改于2016-03-07
得票数 3
回答已采纳
1
回答
UIPopoverControl on
UIButton
on?
我有一个UICollectionView,其中有许多UICollectionViewCell,每个UICollectionViewCell都有一个
UIButton
。每次用户按下这些UIPopoverController之一时,我都会显示一个
UIButton
。然而,当我这样做的时候,UIPopoverController的位置并不是正确的。在我的选择器中,当
UIButton
被按下时,我有这样的东西.
UIButton
*detailsButton = (
UIButton
*)sender; [self.pop
浏览 1
提问于2014-06-24
得票数 1
回答已采纳
2
回答
子类
UIButton
我需要子类
UIButton
,但是
UIButton
的设计使这非常痛苦。这是因为要创建一个真正需要调用的按钮:因此,如果我想要子类,那么我确实需要做这个方法所做的任何事情。一种选择是使用类似于装饰器和子类
UIButton
之类的东西,但将实际的按钮作为ivar,并将所有属性/方法调用推迟到此按钮。这里的问题是,我需要实现大部分的
UIButton
接口(哈欠)。我创建了这个方法: - (id) initW
浏览 0
修改于2015-09-29
得票数 2
回答已采纳
3
回答
IBOutletCollection (
UIbutton
)
在我的.h中@property (nonatomic, retain) IBOutletCollection(
UIButton
) NSMutableArray*buttons;在我的.m中buttons = [[NSMutableArray alloc] initWithCapacity:1];
UIButton
*myBut = [
UIButton<
浏览 3
提问于2012-02-06
得票数 0
回答已采纳
3
回答
UIButton
操作
我在一个情节提要中设置了一个
UIButton
,当按下它时,它会显示UIVIew的动画。我希望相同的按钮动画/移动UIView回到它的原始点时,它是第二次按下。{ buttonCurrentStatus =
浏览 1
修改于2012-11-18
得票数 1
回答已采纳
2
回答
UIButton
子类: buttonWithType:返回
UIButton
还是子类实例?
如果我继承了
UIButton
的子类并使用它的buttonWithType:方法来创建button,它会返回一个
UIButton
还是一个子类实例?例如:@end MyButton *button = [MyButton buttonWithType:UIButtonTypeCustom
浏览 0
修改于2013-03-14
得票数 0
回答已采纳
4
回答
UIButton
背景与
UIButton
imageview.view
UIButton
background和
UIButton
imageview.view的区别是什么?
浏览 0
提问于2012-02-02
得票数 4
2
回答
生成
UIButton
在一个视图中,我需要大约50个
UIButton
。 我会这样做,因为5x10第一行UIButtons以A1、A2和....开头。
浏览 2
修改于2014-08-13
得票数 0
8
回答
如何在
UIButton
子类中设置
UIButton
类型
我是子类化的
UIButton
,我想要的是设置按钮类型为圆角矩形。Button.h - (void)initialize;Button.m self.titleLabel.textAlignment = UITextAlignmentCenter; //[
UIButton
buttonWit
浏览 11
修改于2012-04-23
得票数 24
回答已采纳
1
回答
UIButton
CGPoint
我有10个UIButtons (l1,l2,l3...l10),还有BOOL c1,c2,c3,...c10。{ ////c2,3,..c10 = false 现在,如果我按下一个按钮,我会得到这样的代码: if([sender tag] == 1) /// move l1 but
浏览 1
修改于2013-03-12
得票数 0
1
回答
CGAffineTransformScale a
UIButton
我试图在主视图中放大和缩小
UIButton
,当我第一次按下动作按钮时,该按钮会放大,当我再次按下它时,它会缩小,但当我再次按下它时,它会放大。
浏览 0
提问于2012-05-04
得票数 0
回答已采纳
1
回答
NSAttributedString on
UIButton
2222555" // size 18, this should be bold 现在,在我的
UIButton
浏览 3
修改于2017-08-01
得票数 0
回答已采纳
2
回答
UIButton
问题
这是我的代码和错误[add addTarget:self
浏览 3
修改于2014-02-23
得票数 0
回答已采纳
6
回答
圆形
UIButton
我想知道画一个圆形的
UIButton
(不是四舍五入的矩形)是否可能。 当我在自定义类型的
UIButton
中添加一个圆形图像时,它看起来就像一个圆形按钮。
浏览 5
修改于2019-12-10
得票数 4
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券