본문 바로가기
Developer/IOS

view의 위치 잡기

by MindOpener 2013. 7. 15.
반응형

int fontsize=[UIFont buttonFontSize];

UIFont   *font    = [UIFont boldSystemFontOfSize:titleFontSize];

CGPoint  location = CGPointMake(width/2 -2.5*titleFontSize, 5);

[title_Month drawAtPoint:location withFont:font];

[title_Month release];

반응형