Edwin Vermeer

Results 84 comments of Edwin Vermeer

The makeInteract is using the UITextViewDelegate shouldInteractWith function. That delegate only works on a UITextView. I don't think there is similar standard functionality available for a UILabel. But then... why...

There might be a workaround for this. I will put this on my todo list. Implementation details are available at: http://stackoverflow.com/questions/1256887/create-tap-able-links-in-the-nsattributedstring-of-a-uilabel

Sorry for the extremely late response: If you output a class (record) using print then that class will be converted to json so that the output is readable. Default EVReflection...

I have solved this in the EVReflection/CloudKit library which is a dependency of EVCloudKitDao. You will now also have a better from and to json conversion for CKRecordID fields.

At the moment there is no support for Carthage and SPM. I don't think it's very difficult to add support for this, but I don't have any experience with it....

Carthage support is added in https://github.com/evermeer/EVReflection/pull/225

Sorry, I was out with the Flu for a couple of days... So here is my late response: Hmm.. This might be an EVCloudKitDao design issue. The CKFetchNotificationChangesOperation will get...

Yes, that would be my intention. One call to process the notifications for all known databases. I'm already restructuring the code a little to make it easier for me to...

I have made progress. The functions in EVCloudKitDao can now be called for each container/database independently. Now the next thing to do is to loop through all instantiated databases in...

When caching data, it should also cache to a separate folder for each user. Then the cache does not have to be cleared after an account change.