Loading...
Searching...
No Matches
NCFollowMeButton.h File Reference
import <UIKit/UIKit.h>
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  NCFollowMeButton
 Floating “follow me” button for navigation view. Toggles following mode and updates its appearance. More...
 

Typedefs

typedef void(^ NCFollowMeButtonCallback) (BOOL isFollowing)
 Callback invoked when follow me is toggled.
 

Typedef Documentation

◆ NCFollowMeButtonCallback

typedef void(^ NCFollowMeButtonCallback) (BOOL isFollowing)

Callback invoked when follow me is toggled.

Parameters
isFollowingState after the tap (true = following).

Definition at line 16 of file NCFollowMeButton.h.