Dmitry Volevodz
Dmitry Volevodz
@Zhukn1 Yes we need to move this to Cocoapods
Hey! Thanks for your feedback! I'd love if you could create a pull request with buttons instead of labels as alternative initializers, so for people who have labels it will...
Well the intent is that you always control what happens in the pressedHandler block and don't ever need to check the control outside. But I can see when this might...
@ooopscc @itsthejb this property will be made public in next release.
Same, we need some follow tween.
Use NSDateFormatter inside value transformer. .h: ``` #import @interface EZHStringToDateValueTransformer : NSValueTransformer @end ``` .m ``` #import "EZHStringToDateValueTransformer.h" static NSDateFormatter *defaultFormatter; static NSDateFormatter *shortFormatter; @implementation EZHStringToDateValueTransformer + (void)load { if...
So how do we use latest Realm with Realm+JSON?