Created
March 1, 2016 05:00
-
-
Save motokiee/824b2662ac517c9cf6a7 to your computer and use it in GitHub Desktop.
Objective-Cでこんなメソッドを作って、Swiftから呼び出してみたけど空文字でクラッシュしなかった。_StringCoreの_ownerがnilだとこうなるっぽい...? #CodePiece
This file contains 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
- (nonnull NSString*)hey { | |
return nil; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment