陈嘉乐
2020-06-17 56ad1b69f1fb2e6439e1a9ec2537ca709b575828
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
//
//  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 kDefaultBounceOffset 8
#define kDefaultFloatOffset 8
#define kDefaultPulseOffset 1.1