Skip to content
This repository has been archived by the owner on Jun 2, 2018. It is now read-only.

Fix subclass problem (#119) #159

Merged
merged 5 commits into from
Sep 2, 2013
Merged

Fix subclass problem (#119) #159

merged 5 commits into from
Sep 2, 2013

Conversation

zwaldowski
Copy link
Collaborator

Alex can't create pull requests, apparently.

@@ -66,7 +66,7 @@ @implementation UIWebView (BlocksKit)
+ (void)load
{
@autoreleasepool {
[self bk_registerDynamicDelegate];
[self bk_registerDynamicDelegateNamed:@"delegate" forProtocol:@protocol(UIWebViewDelegate)];
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be able to figure this out automatically.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I got a crash in iOS 7 because it couldn't find it.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couldn't find what...? And why not fix the issue...?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NSProtocolFromString(@"UIWebViewDelegate") returned nil for some reason.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't that a problem that you should diagnose?

zwaldowski added a commit that referenced this pull request Sep 2, 2013
@zwaldowski zwaldowski merged commit 927f578 into next Sep 2, 2013
@zwaldowski zwaldowski deleted the a2/next branch September 2, 2013 15:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants