Hi, Jonathan
Can Can i use swizzle a method witht a block implementation
Normal swizzleMetod:(SEL)slector withSelctor:(SEL)newSelector
But I want this
swizzleMetod:(SEL)slector withBlock:(^ )block
because I cannot import WebView(In WebKit framework) to iOS project, but I want swizzle WebView's method, i cannot write a category for WebView, So I cannot find a place to put my newSector, so I want to use block,
Jonathan, can you give me some suggestions?
Thank You!