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

?

  1. 달력 오픈소스

  2. 달력 오픈 소스 - ABCalendarPicker

  3. 다양한 화면전환 옵션을 제공하는 오픈소스 - ADTransitionController

  4. 뉴스스탠드 매거진 템플릿 - ADVNewsstandTemplate

  5. 끌어 당겼다 놓으면서 리프레쉬하는 소스

  6. 그리드형식 팝업모달뷰 컨트롤 - RNGridMenu

  7. 국가옵션 선택시 유용한 예제 - GzCountryTableView

  8. 구불구불 휘어지는 테이블뷰 구현하기 - BRFlabbyTable

  9. 구글플러스 스타일 컬렉션뷰 레이아웃 - GLGooglePlusLikeLayout

  10. 구글 크롬앱처럼 탭기반으로 구현된 KOTabs

  11. 구글 크롬앱처럼 탭기반으로 구현된 BrowserTabView

  12. 공유버튼 UI 컨트롤 - CFShareCircle

  13. 간단히 앱내 셋팅화면 구현이 가능한 FxForms 오픈소스

  14. 간단한 테이블뷰 검색예제

  15. 간단하게 More Apps 뷰 만들기 - DAAppsViewController

  16. 간단 프로모션 뷰 생성 오픈소스, TAPromotee

Board Pagination Prev 1 ... 8 9 10 11 12 15 Next
/ 15