SentoCrespo
SentoCrespo
It would be reaaaaally nice to have life cycle methods: viewDidLoad will/did appear/disappear etc. Thanks for this nice kit!
When using the new Coca Pods version (0.36) with Swift, there's a problem when using the framework. The Bundle is "main Bundle" when it should be bundleForClass. This is easily...
Javascript looks like this ``` bridge.doSomethingNatively("callbackWithData") { // Notice "" } function callbackWithData(data) { // Handle data } ``` Like this works perfectly: ``` bridge.doSomethingNatively(callbackWithData) { // Notice NO ""...
Hi, I got everything working except "patch" method. Is there any problem with this or should I do something special? Thanks for your time.
Hi! I've been using this and trying a few things out from this fantastic framework but there's one issue I'm suffering. In "DDAntennaLogger.h" the import is failing to compile when...