Skip to content

Instantly share code, notes, and snippets.

@uzysjung
Created November 11, 2014 07:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uzysjung/66a8e9dbcbcf4a3c3d85 to your computer and use it in GitHub Desktop.
Save uzysjung/66a8e9dbcbcf4a3c3d85 to your computer and use it in GitHub Desktop.
iOS 8.1 simulator keyboard bug temporary solution.
//
// 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