2011-02-19 8 views
1

UISwitch 컨트롤러를 사용하려고하지만 기본 텍스트를 "설정/해제"대신 "예/아니오"로 설정하려고합니다. 가장 쉬운 방법은 무엇입니까? 그럼 할만한가?uiswitch 기본 텍스트 변경

답변

4
불행하게도 독일어 언어로

하지만, 소스 코드를 읽을 수 있고 그것을 잘 작동 :

http://www.mobile-dev.de/iphone-code-schnipsel/34-iphone-user-interface/192-aendern-des-textes-von-uiswitch-elementen.html

하지만 설명서를 읽어야

http://developer.apple.com/library/ios/#documentation/uikit/reference/UISwitch_Class/Reference/Reference.html

The UISwitch class is not customizable.

을 나는 그것이 허용되는지 당신이 문제를 얻을 것이다 모르겠다. Apple 승인 절차.

+0

빠른 답변 감사드립니다. – jason