Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimisations for swift #7

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Optimisations for swift #7

wants to merge 6 commits into from

Conversation

iLem0n
Copy link

@iLem0n iLem0n commented Mar 30, 2016

I've changed the "where"-functions in RACSignal+ReactiveCoreData to avoid overlap with the swift keyword "where".

In NSManagedObject+ReactiveCoreData i changed the way the entity name is build,
with the StringFromClass()-methode swift will get a classname like "AppName.EntityName" which wont work for object creation.

iLem0n added 6 commits March 30, 2016 11:50
changed "where"-functions to make it usable in swift
changed "where"-functions to make it usable in swift
Changed +(String)entityName to work with NSmanagedObject subclasses in swift
Changed -(RACSignal *)where ... functions to make it usable in swift. Avoid overlap with keyword "where"
Changed -(RACSignal *)where ... functions to make it usable in swift. Avoid overlap with keyword "where"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant