Simple 'Notes' Application for Practice
I wanted to practice using Core Data, so I decided to create a NotePad app. My biggest lesson was that iOS ' developers' are not as good at his job as android developers. OR there are more android developers than iOS developers. OR android developers are more helpful. The main gist is that I got lost very often because silly advices. The internet is full of incompetent people who are eager to answers your questions... without knowledge. One of my problem was that in UITextField I couldn't place the text on the top left corner. I searched for the answer and I got a whole bunch of code snippets which were extremely complicated. I couldn't believe that it had such a difficult solution. In addition I couldn't break lines. I was struggling two hours with this while a kind man at the very bottom of a Stackoverflow question replied that there was no way to break lines, instead he advised to use UITextView. Wow... is it not the same?! Ok, two problems are solved. My other...