CGRect frame = self.tabBarController.view.superview.frame;
CGFloat offset = self.tabBarController.tabBar.frame.size.height;
frame.size.height += offset;
self.tabBarController.view.frame = frame;
'개발도구 > iOS - 아이폰 개발' 카테고리의 다른 글
[iOS]twitter API (0) | 2013.03.05 |
---|---|
[iOS] tabbarcontroller hide기 / 탭바 숨기기 (0) | 2013.02.21 |
[ios] APP URL link - 아이폰 앱끼리 데이터 전송하기 (0) | 2013.02.19 |
[ios] 화면 세로 고정 ios (0) | 2013.02.15 |
[ios] 아이폰 디자인 가이드 (0) | 2013.02.04 |