Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请问能否支持由下向上增长的滚动弹幕? #17

Closed
LittleChuan opened this issue May 12, 2016 · 2 comments
Closed

请问能否支持由下向上增长的滚动弹幕? #17

LittleChuan opened this issue May 12, 2016 · 2 comments

Comments

@LittleChuan
Copy link

demo中都是自上向下排布,能否改改成自下向上?

@unash
Copy link
Owner

unash commented May 12, 2016

typedef NS_ENUM(NSUInteger, BarrageFloatDirection) {
BarrageFloatDirectionT2B = 1, // 上往下
BarrageFloatDirectionB2T = 2 // 下往上
};

参考此处。

@LittleChuan
Copy link
Author

多谢多谢!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants