import <UIKit/UIKit.h>
Go to the source code of this file.
◆ kNCBaseBlackColor()
| static NS_ASSUME_NONNULL_BEGIN UIColor * kNCBaseBlackColor |
( |
void | | ) |
|
|
inlinestatic |
Base dark color (used for text and borders)
Definition at line 15 of file NCWidgetStyles.h.
◆ kNCBaseBlueColor()
| static UIColor * kNCBaseBlueColor |
( |
void | | ) |
|
|
inlinestatic |
Base blue color (used for highlighted elements)
Definition at line 20 of file NCWidgetStyles.h.
◆ kNCBorderColor()
| static UIColor * kNCBorderColor |
( |
void | | ) |
|
|
inlinestatic |
◆ kNCButtonBackgroundColor()
| static UIColor * kNCButtonBackgroundColor |
( |
void | | ) |
|
|
inlinestatic |
Button background color (semi-transparent light gray)
Definition at line 25 of file NCWidgetStyles.h.
◆ kNCButtonBackgroundColorOpaque()
| static UIColor * kNCButtonBackgroundColorOpaque |
( |
void | | ) |
|
|
inlinestatic |
Button background color (more opaque variant)
Definition at line 30 of file NCWidgetStyles.h.
◆ kNCShadowColor()
| static UIColor * kNCShadowColor |
( |
void | | ) |
|
|
inlinestatic |
◆ kNCWhiteBackgroundColor()
| static UIColor * kNCWhiteBackgroundColor |
( |
void | | ) |
|
|
inlinestatic |
◆ kNCActiveBorderWidth
| const CGFloat kNCActiveBorderWidth = 1.5 |
|
static |
◆ kNCBorderRadius
| const CGFloat kNCBorderRadius = 4.0 |
|
static |
◆ kNCButtonFontSize
| const CGFloat kNCButtonFontSize = 22.0 |
|
static |
Font size for zoom buttons and Follow Me button.
Definition at line 99 of file NCWidgetStyles.h.
◆ kNCFloorRowHeight
| const CGFloat kNCFloorRowHeight = 42.0 |
|
static |
◆ kNCFloorSelectorFontSize
| const CGFloat kNCFloorSelectorFontSize = 17.0 |
|
static |
◆ kNCFloorSelectorMaxHeight
| const CGFloat kNCFloorSelectorMaxHeight = 250.0 |
|
static |
◆ kNCFloorSelectorTopPadding
| const CGFloat kNCFloorSelectorTopPadding = 145.0 |
|
static |
◆ kNCFollowMeBottomPadding
| const CGFloat kNCFollowMeBottomPadding = 48.0 |
|
static |
◆ kNCMaxVisibleFloors
| const NSInteger kNCMaxVisibleFloors = 6 |
|
static |
◆ kNCScrollButtonFontSize
| const CGFloat kNCScrollButtonFontSize = 20.0 |
|
static |
◆ kNCShadowOffset
| const CGSize kNCShadowOffset = {0, 4} |
|
static |
◆ kNCShadowOpacity
| const CGFloat kNCShadowOpacity = 1.0 |
|
static |
◆ kNCShadowRadius
| const CGFloat kNCShadowRadius = 6.0 |
|
static |
◆ kNCSpringAnimationDamping
| const CGFloat kNCSpringAnimationDamping = 0.7 |
|
static |
◆ kNCSpringAnimationInitialVelocity
| const CGFloat kNCSpringAnimationInitialVelocity = 0.5 |
|
static |
◆ kNCStandardAnimationDuration
| const NSTimeInterval kNCStandardAnimationDuration = 0.35 |
|
static |
◆ kNCStandardButtonHeight
| const CGFloat kNCStandardButtonHeight = 48.0 |
|
static |
◆ kNCStandardButtonWidth
| const CGFloat kNCStandardButtonWidth = 48.0 |
|
static |
◆ kNCStandardLeftPadding
| const CGFloat kNCStandardLeftPadding = 16.0 |
|
static |
◆ kNCStandardRightPadding
| const CGFloat kNCStandardRightPadding = 4.0 |
|
static |
◆ kNCZoomControlsHeight
| const CGFloat kNCZoomControlsHeight = 96.0 |
|
static |