Today I have found a code like this:
UIButton *syncBtn = [UIButton buttonWithType:UIButtonTypeCustom];...[syncBtn release];
and Then when I run the app, whatever operation I do,the syncBtn will disappear.I have looked for this bug about 30 mibutes,at last I found the programmer release the button the reference only 1.
Oh shit!