티스토리 뷰
Development Note/iOS
[objective-c] The app delegate must implement the window property if it wants to use a main storyboard file. (solved)
JamesChun 2020. 7. 15. 16:45자주 까먹는 이슈
ios10 부터 지원하려고 하면 겪는 문제. ios13부터는 window 프로퍼티가 기본 내장되있는듯 하다
[Application] The app delegate must implement the window property if it wants to use a main storyboard file.
ios10을 지원하려면 AppDelegate.h 에 추가해주면 된다
같은 내용의 자료가 많아서 포스팅하지 않으려 했으나 은근히 까먹기 때문에 작성함.
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (nonatomic, strong) UIWindow * window;
@end
'Development Note > iOS' 카테고리의 다른 글
[objective-c] NSURL 사용법 (0) | 2020.07.23 |
---|---|
[objective-c] md5 encode 하기 (0) | 2020.07.16 |
[objective-c] 콜백 리스너 예제(Blocks Sample Code) (0) | 2020.07.15 |
[objective-c] 하나의 워크스페이스 + 다수의 프로젝트에서 pod 사용법 (0) | 2020.07.06 |
[objective-c] isKindOfClass 사용법 (0) | 2020.07.03 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- tempfile
- Error Domain=SKErrorDomain Code=0
- dialog
- countryName
- NSUserDefaults 예제
- nsurl to nsstring convert
- nsurl 에서 nsstring 변환
- permissionCheck
- 절대값함수
- ioutil
- Locale.getDefault().getLanguage()
- Golang
- tempdir
- abs 함수
- java.lang.IllegalStateException: Expected BEGIN_OBJECT but was BEGIN_ARRAY at line
- 퍼미션체크
- DeviceModel
- countryCode
- abs
- LanguageCode
- setCancelable vs setCanceledOnTouchOutside
- convert nsurl to nsstring
- iTunes Store에 연결할 수 없음
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함