-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Conversation
See issue BlocksKit#130.
…smissed if possible.
…icksend-master Conflicts: BlocksKit/MessageUI/MFMessageComposeViewController+BlocksKit.m
Closes BlocksKit#134, probably not in a way that is satisfactory to @seivan. ;-)
Closes BlocksKit#109. Fully supports weak references.
Looking at you, @zwaldowski. ;)
I know I'm anal.
Re-create the pull request so it merges into |
@@ -56,19 +56,19 @@ | |||
in an instance of NSURLConnection. It only works on block-backed | |||
NSURLConnection instances. | |||
*/ | |||
@property (nonatomic, weak) id delegate; | |||
@property (nonatomic, weak, setter = bk_setDelegate:) id bk_delegate; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I do connection.bk_delegate = self; I'm getting "[NSURLConnection bk_setDelegate:]: unrecognized selector sent to instance" error
@IlyaBokovenko this PR was closed six months ago and not merged. |
Oops, haven't notice that :-( However if you try to install last version of -[self bk_registerDynamicDelegate]; It is fixed the issue ) On 11 January 2014 18:35, Samuel E. Giddins [email protected]:
ó Õ×ÁÖÅÎÉÅÍ, éÌØÑ |
I am trying to implement socket like this :(in fact,I'm creating a SSl-Pro based communication with a VPN server) CFReadStreamRef readStream;
why I execute i = [os write:(const uint8_t *)[@"192.168.1.54" UTF8String] maxLength:strlen([@"192.168.1.54" UTF8String])]; i is always -1? What am I doing wrong? Thank you for your replying! |
Adds Support for the UITextField delegate protocol