Last active
December 29, 2015 15:19
-
-
Save satoshin2071/7690341 to your computer and use it in GitHub Desktop.
[ObjC][基本]hogeプロパティ.delegate = selfとしたい時
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
//以下でIncompatible pointer types消える | |
self.hoge.delegate = (id<hogeDelegate>)self; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment