After a long time, I had some good time to study native iOS development and developed simple to-do application by following a tutorial present in iOS developer library. The source code is available in githup repository and don't worry about modifying the source code.
Currently this application doesn't store our to-do items permanently. Probably my next change should be storing our to-do list in database. Now if you kill the application the data will be lost :)
Comments