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

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -