Created
November 11, 2014 07:19
-
-
Save uzysjung/66a8e9dbcbcf4a3c3d85 to your computer and use it in GitHub Desktop.
iOS 8.1 simulator keyboard bug temporary solution.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// NSLocale+ios8_1.h | |
// | |
// Created by Uzysjung on 2014. 11. 11.. | |
// Copyright (c) 2014년 SKPlanet. All rights reserved. | |
// | |
#import <Foundation/Foundation.h> | |
#if TARGET_IPHONE_SIMULATOR | |
@interface NSLocale (iOS8_1) | |
@end | |
#endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment