Skip to content
This repository was archived by the owner on Jan 17, 2023. It is now read-only.

Feature/wk web view fixes#4647

Open
tushar-TH wants to merge 5 commits into
AFNetworking:masterfrom
westfieldcorp:feature/WKWebViewFixes
Open

Feature/wk web view fixes#4647
tushar-TH wants to merge 5 commits into
AFNetworking:masterfrom
westfieldcorp:feature/WKWebViewFixes

Conversation

@tushar-TH
Copy link
Copy Markdown

UIWebView Related changes fixes.

Issue Link 🔗

Goals ⚽

Implementation Details 🚧

Testing Details 🔍

Milan Vaja and others added 5 commits April 30, 2019 20:09
}
}
}];
__strong __typeof(weakSelf) strongSelf = weakSelf;
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Why have you put the strongSelf declaration out of the block?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

if 'typeof(self)' does include or imply the attribute, it must mean __strong, so your usual declaration was necessarily __strong.

@ElfSundae
Copy link
Copy Markdown
Contributor

@tushar-TH #4629

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.

3 participants