Contents

조회 수 280 추천 수 0 댓글 0
Atachment
첨부 '2'
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
아이폰 상태바에 프레임레이트 차트를 띄워 앱의 퍼포먼스를 쉽게 확인가능한 RRFPSBar 라는 오픈소스 입니다.

다운로드는 첨부파일 또는 아래링크를 확인하세요.
https://github.com/RolandasRazma/RRFPSBar

사용예
// Include only if app is is not optimized (aka debug build)
#ifndef __OPTIMIZE__
  #import "RRFPSBar.h"
#endif

@implementation YourAppDelegate

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
  // Show only if app is is not optimized (aka debug build)
#ifndef __OPTIMIZE__
    [[RRFPSBar sharedInstance] setHidden:NO];
#endif

}

@end


RRFPSBar.png


?

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
227 iOS 3D 차트 오픈소스 FRD3DBarChart file hooni 2014.03.18 274
226 iOS A SpaceManager Game - 앵그리버드와 같은방식의 게임소스 file hooni 2014.03.18 230
225 iOS Accelerometer를 활용한 Cocos2D게임 - Sapus Tongue file hooni 2014.03.18 209
224 iOS AV Foundation 데모 앱 - AVFoundationDemos file hooni 2014.03.18 237
223 iOS Block기반 UIAlertView 오픈소스 - AHAlertView file hooni 2014.03.18 203
222 iOS Cell 높이를 동적으로 조절하는 예제 file hooni 2014.03.18 249
221 iOS Chute Photo Picker+ file hooni 2014.03.18 197
220 iOS Circle Progress View - GSProgressView file hooni 2014.03.18 220
219 iOS climbers - 바위를 피해 벽을 오르는 게임 file hooni 2014.03.18 217
218 iOS Cocos2D를 이용한 전자책 개발 오픈소스 - idiary file hooni 2014.03.18 210
217 iOS Cocos2D를 이용한 파티클 엔진 예제 file hooni 2014.03.18 234
216 iOS DCRoundSwitch - 커스텀 스위치버튼 file hooni 2014.03.18 214
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 19 Next
/ 19