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
116 iOS 시간대별 이벤트 지정이 가능한 달력 레이아웃 - MSCollectionViewCalendarLayout file hooni 2014.03.18 250
115 iOS 오픈소스 페인터 앱 - Brushes file hooni 2014.03.19 250
114 iOS 점프 액션 게임 - canabalt file hooni 2014.03.18 251
113 iOS 스위프트로 쓰여진 트위터 오픈소스 라이브러리 - Swifter file hooni 2014.07.01 251
112 iOS 애니메이션 메뉴 - AURosetteView file hooni 2014.03.18 252
111 iOS UIBezierPath만을 이용해 공유버튼 만들기 - GRButtons file hooni 2014.03.18 252
110 iOS 접이식 메뉴구현이 가능한 PaperFold-for-iOS file hooni 2014.03.18 253
109 iOS 좌우회전 탭메뉴 - KYArcTab file hooni 2014.03.18 253
108 iOS 프로젝트에 추가된 이미지명 자동완성 Xcode 플러그인 - KSImageNamed-Xcode file hooni 2014.07.01 253
107 iOS 스퀘어플립 화면전환효과를 구현한 네비게이션 컨트롤러 - SquaresFlipNavigationExample file hooni 2014.03.19 254
106 iOS 프로그래스바관련 오픈소스 - MBProgressHUD file hooni 2014.03.18 258
105 iOS 자동스크롤 업다운 컨트롤 - KLScrollSelect file hooni 2014.03.18 258
104 iOS 메일앱 Sparrow의 확장버튼 컨트롤 구현하기 - OCExpandableButton file hooni 2014.03.18 258
103 iOS 차트라이브러리 - MIMChart Library file hooni 2014.03.18 260
102 iOS 스와이프 제스처 기반 커스텀 테이블뷰셀 - SWTableViewCell file hooni 2014.03.19 260
101 iOS 아날로그 플립스타일 숫자표시 컴포넌트 - JDFlipNumberView file hooni 2014.03.18 261
Board Pagination Prev 1 ... 6 7 8 9 10 ... 15 Next
/ 15