Top "Eureka-forms" questions

Use this tag for questions related to Eureka, an iOS form-building framework.

Array.map() produces '[T]', not the expected contextual result type '[String: Any?]'

I'm writing an extension to bridge the dictionary values between FirebaseDatabase and Eureka. private extension Dictionary { func firebaseFriendlyDictionary() -> […

ios swift firebase firebase-realtime-database eureka-forms
Convert Dictionary<String: Any?> to NSData

I am using the swift form class Eureka to to build my form. On button submit I get my fields …

swift xcode7 eureka-forms