cocoa touch - WebKit error domain and codes in iOS headers? -
i want trap specific error uiwebview, webkiterrorframeloadinterruptedbypolicychange (102) in webview:didfailloadwitherror:
the trouble since webkit framework proper isn't accessible in ios can't find constants anywhere.
is solution hard code @"webkiterrordomain" , 102?
i hope not :)
men.. have same problem. it's lazy, work
#define webkiterrorframeloadinterruptedbypolicychange 102
you can use enum if need more constant.
Comments
Post a Comment