I need to get the time elapsed between two events, for example, the appearance of a UIView and the user's first reaction.
How can I achieve it in Objective-C?
I need to get the time elapsed between two events, for example, the appearance of a UIView and the user's first reaction.
How can I achieve it in Objective-C?