For an existing App written in C# using Xamarin.iOS is there a way that Swift can take over and use the existing App as a library?
The App uses different frameworks like Vici CoolStorage, Google Maps, SQL Cipher and they are all included in the C# Solution, so I think that it will be very important that they stay in the C# Solution, but are accessible from the Swift part.
I ask this because Swift looks very good to me (I always liked scala) and it seems to me that Xcode has improved itself a lot, so I would like to try to get closer to the iOS, but I do not wish to lose the complete effort that was done for the App (months of development).