100mango
100mango
你可以通过fetchRequest来获取entity的数组 ``` objective-c NSFetchRequest *fetchRequest = [[NSFetchRequest alloc] init]; NSEntityDescription *entity = [NSEntityDescription entityForName:@"yourEntityName" inManagedObjectContext:self.managedObjectContext]; [fetchRequest setEntity:entity]; NSError *error = nil; NSArray *result = [self.managedObjectContext executeFetchRequest:fetchRequest error:&error]; ```
Celluloid hasn't migrated to Swift4. I will try to fix this as soon as possible.
Thanks a lot. Would you consider provide options that we can: 1. Hide the unnamed tokens, like T30, T31 2. Directly show the unnamed tokens, like "(", ")", ";" The...
👍👍👍 When will the feature be released?
Thank you for your reminder, I will deal with it as soon as possible.
@lucascarletti @jianmu297 Hi, According to the coder who implements Swift's set, I fix it by changing the implementation of the weakObjectSet. Please give it a try and tell me whether...
@Elipasousa I haven't dropped a new release. Please use the source code to have a test.
@Elipasousa Would you mind giving a reproducible demo project for me? I would like to have a test. Thanks.
@MakeBetterMe 麻烦提供一下可复现demo。