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

崩溃 #47

Open
myiosemail opened this issue Aug 24, 2018 · 5 comments
Open

崩溃 #47

myiosemail opened this issue Aug 24, 2018 · 5 comments

Comments

@myiosemail
Copy link

    cell = [_dataSource flowView:self cellForPageAtIndex:pageIndex % self.orginPageCount];

Thread 1: EXC_BAD_ACCESS (code=1, address=0x18)

@PageGuo
Copy link
Owner

PageGuo commented Aug 24, 2018

demo会崩溃吗

@Jvaeyhcd
Copy link

Jvaeyhcd commented Jan 7, 2020

没错这个地方会崩溃

Repository owner deleted a comment from qggz0524 Jan 7, 2020
@PageGuo
Copy link
Owner

PageGuo commented Jan 7, 2020

没错这个地方会崩溃

demo会吗

@Jvaeyhcd
Copy link

Jvaeyhcd commented Jan 7, 2020

@PageGuo Demo没有试,但是我已经解决了

- (void)dealloc
{
    [self.pageFlowView stopTimer];
}

就可以了,界面释放timer还在造成的。

@PageGuo
Copy link
Owner

PageGuo commented Jan 7, 2020

@PageGuo Demo没有试,但是我已经解决了

- (void)dealloc
{
    [self.pageFlowView stopTimer];
}

就可以了,界面释放timer还在造成的。

去试试demo,去看demo怎么用的ok?

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

3 participants