Geert Michiels

Results 9 issues of Geert Michiels

I propose to updated the readme to make these use cases clearer: - how to load a schema embedded in the app? - how to load a schema via a...

I took me some time to figure out how the library works. So I written a practical example and updated the readme with it.

As far as I can see, the image caching does not check if the image stored in the local cache is still up to date with the image on the...

feature request
needs investigation

If I use the sample code it crashes with "Terminating app due to uncaught exception 'InvalidFirebaseData', reason: '(nodeFrom:priority:) Cannot store object of type _SwiftValue at . Can only store objects...

would be super nice to convert this to swift. No?

I embed a custom contentview in the smcallout. Its gui is defined in a xib, and I have many constraints (autolayout). When the constraints attach to the right side eg...

I use the following code to briefly show a custom view with icon that fades away automatically: ``` func displayFading(icon: MessageIcon, title: String, delay: TimeInterval = 2.0, completion: (()->())? =...

On iOS a menu item has a type that can be .default or .destructive (and .cancel). A destructive button is marked with a specific color red. It would be nice...