home

2011년 12월 30일 금요일

오늘 일지..

may not response to method
warning때문에 한참을 헤맸다...

원인은... 불필요한 .h의 delegate선언...과...
custom tabbar를 사용함에도 UITabbarcontroller를 선언해서 써먹고 있었다..


2011년 12월 14일 수요일

[ios/iphone] UIImageView aligning to Full-screen.

 imageView.frame = [[UIScreen mainScreen] applicationFrame];

[ios/iphone] How to fix warning ' ' may not respond to ' '

b_fuction() {
     //b_fuction() must be before a_fuction.
}

a_fuction() {
    [self b_fuction];
}