|
|
|
|
|
by EGreg
856 days ago
|
|
I use Objective C. And I'm a Web Developer, but I learned it years ago and still use it because Cordova uses it. I make the bridges from Cordova to Swift using Objective C wrappers around functions, but choose to write the actual implementations in Swift. Kind of like I code HTTP handlers as the "controller", and then call from there to PHP classes as a "model". |
|