forked from coding/Coding-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAMPopTipDefaults.h
More file actions
executable file
·28 lines (27 loc) · 915 Bytes
/
AMPopTipDefaults.h
File metadata and controls
executable file
·28 lines (27 loc) · 915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
//
// AMPopTipDefaults.h
// AMPopTip
//
// Created by Andrea Mazzini on 10/06/15.
// Copyright (c) 2015 Fancy Pixel. All rights reserved.
//
/** @constant AMPopTip default values */
#define kDefaultFont [UIFont systemFontOfSize:[UIFont systemFontSize]]
#define kDefaultTextColor [UIColor whiteColor]
#define kDefaultBackgroundColor [UIColor redColor]
#define kDefaultBorderColor [UIColor colorWithWhite:0.182 alpha:1.000]
#define kDefaultBorderWidth 0
#define kDefaultRadius 4
#define kDefaultPadding 6
#define kDefaultArrowSize CGSizeMake(8, 8)
#define kDefaultAnimationIn 0.4
#define kDefaultAnimationOut 0.2
#define kDefaultBounceAnimationIn 1.2
#define kDefaultBounceAnimationOut 1.0
#define kDefaultEdgeInsets UIEdgeInsetsZero
#define kDefaultEdgeMargin 0
#define kDefaultOffset 0
#define kDefaultBubbleOffset 0
#define kDefaultBounceOffset 8
#define kDefaultFloatOffset 8
#define kDefaultPulseOffset 1.1