Views 280 Votes 0 Comment 0
Atachment
Attachment '2'
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
아이폰 상태바에 프레임레이트 차트를 띄워 앱의 퍼포먼스를 쉽게 확인가능한 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
No. Category Subject Author Date Views
83 iOS 달력 오픈소스 file hooni 2014.03.18 291
82 iOS 달력 오픈 소스 - ABCalendarPicker file hooni 2014.03.18 222
81 iOS 다양한 화면전환 옵션을 제공하는 오픈소스 - ADTransitionController file hooni 2014.03.19 262
80 iOS 뉴스스탠드 매거진 템플릿 - ADVNewsstandTemplate file hooni 2014.03.18 275
79 iOS 끌어 당겼다 놓으면서 리프레쉬하는 소스 file hooni 2014.03.18 241
78 iOS 그리드형식 팝업모달뷰 컨트롤 - RNGridMenu file hooni 2014.03.18 304
77 iOS 국가옵션 선택시 유용한 예제 - GzCountryTableView file hooni 2014.03.18 270
76 iOS 구불구불 휘어지는 테이블뷰 구현하기 - BRFlabbyTable file hooni 2014.04.07 216
75 iOS 구글플러스 스타일 컬렉션뷰 레이아웃 - GLGooglePlusLikeLayout file hooni 2014.03.19 284
74 iOS 구글 크롬앱처럼 탭기반으로 구현된 KOTabs file hooni 2014.03.18 206
73 iOS 구글 크롬앱처럼 탭기반으로 구현된 BrowserTabView file hooni 2014.03.18 201
72 iOS 공유버튼 UI 컨트롤 - CFShareCircle file hooni 2014.03.18 221
71 iOS 간단히 앱내 셋팅화면 구현이 가능한 FxForms 오픈소스 file hooni 2014.03.19 201
70 iOS 간단한 테이블뷰 검색예제 file hooni 2014.03.18 239
69 iOS 간단하게 More Apps 뷰 만들기 - DAAppsViewController file hooni 2014.03.18 296
68 iOS 간단 프로모션 뷰 생성 오픈소스, TAPromotee file hooni 2015.07.20 614
Board Pagination Prev 1 ... 8 9 10 11 12 15 Next
/ 15