开发者

how can i disable label or label from ib after displaying text on to it

开发者 https://www.devze.com 2023-01-03 13:17 出处:网络
hi i would like to ask one intresting question i should disable or remove label from my view when certain event ocuurs

hi i would like to ask one intresting question i should disable or remove label from my view when certain event ocuurs how can开发者_开发知识库 i disable it can any one give me a syntax for that one i hope i will get answer


If you want to do it in your program just use label.hidden = YES or label.enabled = NO if you want just to make it unclickable (while keeping its text, also if dimmed)

0

精彩评论

暂无评论...
验证码 换一张
取 消