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
379 stars 112 forks source link

Fix showing the login view on launch, if the user is not logged in. #213

Closed brendonjustin closed 10 years ago

brendonjustin commented 10 years ago

Also add a segue to present the login view without animation.

Fixes #211.

This shows the tasks view before presenting the login view. Different behavior will require a more significant change.