Dmitry Klimkin
Dmitry Klimkin
It would be nice to have a "description" method implemented to list all the keychain entries like in a UICKeyChainStore.
I'm very excited to see a different approach to a flexible mobile architectures. And I'd ask for more examples including side menu, tabbar, list of elements, details of elements, network...
Hi! If url passed by user already contains at least one parameter (static for example) all other parameter passed as dictionary will be appended with '?' symbol instead of '&'....
Hi, Project looks really promising! I've used XLFrom on iOS so QMBForm is really awesome companion here :) I have latest Android Studio and API SDK v21 and v23. But...
How should I wrap UITableView if I'm using UITableViewController?
Hey... My project stopped compiling with the following errors: Undefined symbol: _inflate Undefined symbol: _zlibVersion Undefined symbol: _deflateInit2_ Undefined symbol: _inflateEnd Undefined symbol: _deflateEnd Undefined symbol: _inflateInit2_ ``` Undefined symbols...
Hi, How hard it is to add a sorting to this tableview? Basically need just an indicator in the header and block/delegate method to sort model data.
1. Added becomeFirstResponder / resignFirstResponder methods 2. Fixed text field size for iPad 3. Some improvements
Hey @malcommac, awesome post, and exploration of networking part. I'm trying to implement cacheable operation and faced with one issue: 1. I put my cache check and loading code right...
Is it possible to integrate something like FXKeychain to choose between safe and non-safe store for settings?