ResearchKit / AppCore

Core code shared by the initial ResearchKit apps.
Other
262 stars 82 forks source link

APCPasscodeViewController does not reset input blobs on success #93

Closed p2 closed 9 years ago

p2 commented 9 years ago

APCPasscodeViewController disappears when the PIN is entered correctly. If it is subsequently shown again the 4 input indicators are still blobs, not dashes.

This can be resolved by deallocating APCPasscodeViewController when PIN entry succeeds, however in the reference implementation in APCAppDelegate this is not the case as it's being retained (https://github.com/ResearchKit/AppCore/blob/master/APCAppCore/APCAppCore/Startup/APCAppDelegate.m#L975).

ghost commented 9 years ago

@p2 Should be fixed after this merge. Thanks.