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

FitSumEvaluation Ver1.1 #2

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

FitSumEvaluation Ver1.1 #2

wants to merge 3 commits into from

Conversation

faizan85
Copy link

Hi Matthew,

Please check completed code, I have sent pull request and you can also find it with attached zip file of source.

App will work with both iPhone and iPad.

Another thing that I'v noticed is that you're using CoreData objects in AppDelegate class. It doesn't follow MVC pattern programming guidelines. There must be a separate module for communicating with CoreData instead of using it via AppDelegate. I created IQDatabaseManager for this purpose.

Here is the github link:-

https://github.com/hackiftekhar/IQDatabaseManager

   I just released v1.0 today just for you. Please look at IQDatabaseManager.h header file. It contains convenience methods to communicate with CoreData native classes. It also contains category(download) methods to cache data(images(UIImage) and web service response(NSData)) using CoreData. It can also be used to store NSURLRequest object for storing offline data that can be sent when an internet connection found.

Let me know if you have any query related to the source code.

Thanks & Regards,
Faizan Q.

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