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
84 iOS 애플워치의 UI구현 오픈소스, WatchSpringboard file hooni 2014.11.28 364
83 iOS 앱 사용 가이드 템플릿 오픈소스 - BWWalkthrough file hooni 2014.10.06 305
82 iOS 앱 통계 모니터링 사이트 - Countly file hooni 2014.03.18 207
81 iOS 앱 판매 통계를 알아볼수 있는 AppSales-Mobile file hooni 2014.03.18 290
80 iOS 앱랭킹, 리뷰 검색 코멘드라인툴 오픈소스 - Appstat file hooni 2015.07.20 366
79 iOS 얼굴인식해 문자를 3D로 보여주는 소스 - EVFaceTracker file hooni 2014.03.18 267
78 iOS 업데이트 내용을 출력하자, 릴리즈노트뷰 - TWSReleaseNotesView file hooni 2014.03.19 233
77 iOS 업데이트버전 알림모듈 - HSLUpdateChecker file hooni 2014.03.18 351
76 iOS 에니메이션 커브 메뉴 - QuadCurveMenu (AwesomeMenu) file hooni 2014.03.18 207
75 iOS 에니메이션기능이 첨가된 끌어당겨 새로고침 오픈소스, Pull-to-Refresh.Rentals-iOS file hooni 2015.07.20 515
74 iOS 열쇠 퍼즐게임 - Skeleton Key HD file hooni 2014.03.18 247
73 iOS 오디오 프레임워크 - EZAudio file hooni 2014.03.19 207
72 iOS 오픈소스 페이징 컨트롤 - iCarousel file hooni 2014.03.18 426
71 iOS 오픈소스 페인터 앱 - Brushes file hooni 2014.03.19 250
70 iOS 오픈소스 폰트 프레임워크 - ionicons file hooni 2014.03.19 228
69 iOS 오픈소스라이브러리 Three20 file hooni 2014.03.18 215
Board Pagination Prev 1 ... 8 9 10 11 12 15 Next
/ 15