해상도가 3.5인치 비율의 해상도인지 그 외 해상도인지 확인
#define isLongScreen ([UIScreen mainScreen].bounds.size.height==568 || [UIScreen mainScreen].bounds.size.width==568)
반응형
'Programming > iOS - ObjC' 카테고리의 다른 글
CLLocation - 두 점사이 거리 구하기 (0) | 2017.03.19 |
---|---|
Layer - 그림자 넣기 (0) | 2017.03.19 |
[APNs] Push notification 등록 (iOS10 대응) (0) | 2016.12.11 |
ObjectiveC와 Javascript 상호 호출 (0) | 2015.07.09 |
UILabel - 특정 범위 색상 변경 (0) | 2015.07.09 |
CATransition - UINavigation push animation (0) | 2015.07.09 |
UIAlertView - TextField 추가 (0) | 2015.07.09 |
NSString - Base64 Encoding/Decoding (0) | 2015.06.30 |
UISwitch - 상태값 가져오기 (0) | 2014.12.04 |
MPMoviePlayerController - 비디오 재생 (0) | 2014.12.04 |