add flying commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// LXDanMuManagerConfig.h
|
||||
// LXAnimationTest
|
||||
//
|
||||
// Created by lianxiang on 2018/8/14.
|
||||
// Copyright © 2018年 com.giga.ios. All rights reserved.
|
||||
//
|
||||
|
||||
#ifndef LXDanMuManagerConfig_h
|
||||
#define LXDanMuManagerConfig_h
|
||||
|
||||
//轨道中弹幕的最小间距
|
||||
#define TRACK_HORIZONTAL_PADDING 10
|
||||
//轨道与轨道的纵向间距
|
||||
#define TRACK_VERTICAL_PADDING 10
|
||||
//轨道的高度(轨道上的View不能超过此高度)
|
||||
#define TRACK_HEIGHT 60
|
||||
|
||||
#endif /* LXDanMuManagerConfig_h */
|
||||
Reference in New Issue
Block a user