开发者

Unhide UIButton

开发者 https://www.devze.com 2023-03-25 20:26 出处:网络
I have a split view app with a button in the detail view. I have set the button as hidden in the Inspector in Interface Builder. I want it to be visible though, when the user selects an file from the

I have a split view app with a button in the detail view. I have set the button as hidden in the Inspector in Interface Builder. I want it to be visible though, when the user selects an file from the table. Where 开发者_JAVA百科should i insert the following line to make this happen?

myButton.hidden = NO;


It could be in your didSelectRowAtIndexPath method.

0

精彩评论

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