开发者

Unhide UIButton

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜