Apple - IPhone / IPod Touch/App 소개 썸네일형 리스트형 UIToolbar 오른쪽 정렬 UIBarButtonItem *flexibleSpaceLeft = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemFlexibleSpace target:nil action:nil]; UIBarButtonItem *flexibleSpaceRight = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemFlexibleSpace target:nil action:nil]; // item 가운데 정렬 항목 [_toolbar setItems:[NSArray arrayWithObjects:flexibleSpaceLeft, item, flexibleSpa.. 더보기 iPhone App 아이콘 클리어타입으로 만들기 Info.plist 에 아래 내용을 추가하면 된다. UIPrerenderedIcon 참 쉽죠잉?? 더보기 How to Double tapping UIScrollView to bring to initial zoom scale @interface UIView (Gestures) // undocumented SDK extension - (void)zoomToScale:(float)scale; - (void)rotateToDegrees:(float)degrees; - (void)setRotationDegrees:(float)degrees duration:(NSTimeInterval)duration; - (float)rotationDegrees; - (void)setZoomScale:(float)scale duration:(NSTimeInterval)duration; - (float)zoomScale; @end - (UIView *)viewForZoomingInScrollView:(UIScrollView *)scrollView { .. 더보기 무료앱에서 유료 앱 링크 걸때.. - (IBAction)buyFullVersionButtonPressed { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=xxxxxxxxx"]]; } Replace "xxxxxxx" with your app's ID. 더보기 이전 1 다음