float version = 0;
version = [[[UIDevice currentDevice] systemVersion] floatValue];
if(version >= 6.0)
{
} else {
}
if문을 사용하여 버젼별로 다르게 할수 있다
'아이폰' 카테고리의 다른 글
[iphone] view의 background 설정 방법 (0) | 2013.01.22 |
---|---|
[iphone] webview 띄우기 (0) | 2013.01.19 |
[iphone] 전체 화면 캡쳐 하는 방법 (0) | 2013.01.19 |
[iphone] 버튼에 이미지 셋팅 하는 방법 (0) | 2013.01.19 |
[iphone] int형 변수를 string형 변수로, string형 변수를 int형 변수로 (0) | 2013.01.18 |