[iOS] intro view 타이틀바 와 시간설정 먼저- info.plist 파일에서 Status bar is initially hidden 상태를 NO 로 해준다 #import "AppDelegate.h" @implementation AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // Override point for customization after application launch. [NSThread sleepForTimeInterval:3]; [[UIApplication sharedApplication] setStatusBarHidden:NO]; return YES; } -.. 더보기 [Android]표준 디자인 과 개발소스 참고 디자인 소스 UX/UIhttp://androiduiux.com/2012/06/27/new-to-android-designdevelopment-heres-a-list-of-great-resources-and-references-available/http://www.android-app-patterns.com/http://androidweekly.net/toolboxhttp://www.fluidui.com/ 더보기 [Android] cocoa controller for Android 및 디자인 패턴 http://www.androidviews.net/ http://java2s.com/Open-Source/Android/CatalogAndroid.htm UI/UX design http://appdevwiki.com/wiki/show/HomePage http://droidstyle.aaplab.com/ 더보기 이전 1 ··· 47 48 49 50 51 52 53 ··· 253 다음