home

2011년 12월 14일 수요일

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

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

a_fuction() {
    [self b_fuction];
}

댓글 없음:

댓글 쓰기