ios - Type 'ViewController' does not conform to protocol 'Wsdl2CodeProxyDelegate' -
when call wsdl2codeproxydelegate method showing type 'viewcontroller' not conform protocol 'wsdl2codeproxydelegate' error implemented required method @required.but don't know why getting error.can please solving issue.thanks in
advance
as can see on following url
you need implement following methods, have implemented following methods.
func proxyrecievederror(ex: nsexception, inmethod method: string) { } and
func proxydidfinishloadingdata(data: anyobject, inmethod method: string) { }
Comments
Post a Comment