-
Notifications
You must be signed in to change notification settings - Fork 64
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
Tutorial request #2
Comments
No Problem. I am glad you liked it. |
Also because I only know swift & never learned objective C. So I am bit confused. And learning from your code is my top priority at the moment. I am spending 6-8 hours per day reading your code & Apple documentation. If you create tutorial then I will learn faster. But one way or the other I will reverse engineer your code. |
I appreciate your enthusiasm. Currently I had plans to write how I implemented the sync part. I started it and I think I might complete it in a day or two. Best of luck in learning swift but my advice for you is Think Big, Start Small. First consider doing some small stuff in swift and then build up from there. |
Yeah its frustrating. I studied core data from e book & cloud kit from course I purchased. But they don't teach you how to combine them together. I was like why the hell did I buy this course. The only reason I bought it so I can use them together in app I am building. I have been studying swift for about 8 months & core data / cloud kit for last 3 months. Hopefully I will learn this quicker. Also please don't forget to post link here when you create tutorial. |
Your app actually has one issue. When you delete item the app crashes. self.tasks.removeAtIndex(indexPath.row) |
I have found a code that would tell you whether user changed their iCloud account or logged out of iCloud in middle of using the app.
Waiting for your sync tutorial. Please create it soon. Its very difficult to understand otherwise. |
There is too much going on in the app.
I tried to recreate the app from scratch but its not working. I think I have missed to add something.
If you could post tutorial on medium then it would be great.
Thanks either way for this project.
The text was updated successfully, but these errors were encountered: