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 void(^ NCFollowMeButtonCallback) (BOOL isFollowing) |
Callback invoked when follow me is toggled.
| isFollowing | State after the tap (true = following). |
Definition at line 16 of file NCFollowMeButton.h.