Opinions: Best way to implement Touch ID

Hi,

This may seem like a minor and strange question, but I want to make sure I am using Touch ID correctly.


I am considering adding Touch ID to one or two of my apps.


Which is the best way to do it after someone makes a successful loigin:


1. Have a user go to another area within the samew view cointroller.

2. Have a user go to an other view controller upon successful login.

Once a user has successfully logged in, you don't want for them to be able to 'go back' to that same view (at least until after they've logged out), so I'd suggest #2, or if #1, be sure to hide the login elements.

Opinions: Best way to implement Touch ID
 
 
Q