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

enterButton #5

Open
IMRUMI opened this issue Apr 22, 2016 · 2 comments
Open

enterButton #5

IMRUMI opened this issue Apr 22, 2016 · 2 comments
Labels
Milestone

Comments

@IMRUMI
Copy link

IMRUMI commented Apr 22, 2016

enterButton 只能设置一个吗?建议可以自定义,满足不同的跳转需求

@iTofu iTofu added the Feature label Apr 22, 2016
@iTofu iTofu added this to the V 1.1.2 milestone Apr 22, 2016
@iTofu
Copy link
Owner

iTofu commented Apr 22, 2016

你可以先更新下 Pod 到 V 1.1.2,然后 enterButton 传 nil,通过新增的 delegate 方法实现自定义功能。

如在该代理的回调内:

// 自定义一个 view 添加到 LCNewFeatureVC,作为你自定义控件的父 view
// [customView addSubview:btn1];
// [customView addSubview:btn2];
// ...

if (page == yourLastPage) {
    customView.hidden == YES;
} else {
    customView.hidden == NO;
}

@ysghome
Copy link

ysghome commented Nov 28, 2017

IPhone X 出来了需要适配按钮位置和图片适配都没有

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

No branches or pull requests

3 participants