todotxt / todo.txt-ios

Official Todo.txt iOS app for managing your todo.txt file stored in Dropbox.
http://todotxt.org
GNU General Public License v3.0
380 stars 109 forks source link

Fixed compiler warning #161

Closed hrsimoes closed 11 years ago

hrsimoes commented 11 years ago

Using named parameters to silence Xcode 4.6 warnings of type: "... used as the name of the previous parameter rather than as part of the selector".

Note: There are alternatives (e.g. ignoring missing selector names), but, since naming the parameters is recommended in Apple's coding guidelines for Cocoa, this seems to be a good choice.

ginatrapani commented 11 years ago

Thank you!