Created
November 14, 2013 15:19
-
-
Save tomokr/7468602 to your computer and use it in GitHub Desktop.
iOSアプリの部品の表示/非表示を切り替える方法 ref: http://qiita.com/tomokr/items/130153809fdea502f62d
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| btn.alpha = 0; //表示されない | |
| btn.alpha = 1; //表示される |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [self.view addSubview:btn]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment