iOS implementation - #28
Conversation
|
@erhanbicer we had an internal meeting for this PR and there are still bugs and things that need to be done before merging so... It is still work in progress. I don't really have a date but we are looking into it. |
|
@erhanbicer |
|
Any updates? I'm really looking forward to use this PR 🙏🏻 |
|
Hey @ferrannp, do you have any estimates of when version 2 will be released? Is it safe to use the 2.0 branch in prod? |
|
We want to have some docs and check we did not miss anything before releasing. We plan to do this next week. It would be nice if some people like you try the branch and let us know if it works ok for you! |
|
any update on this PR ? looking forward to it.. |
| } | ||
| _childrenViewControllers = tempChildrenViewControllers; | ||
| _reactPageIndicatorView.numberOfPages = _childrenViewControllers.count; | ||
| [self goTo:[NSNumber numberWithInteger:_currentIndex] animated:NO]; |
There was a problem hiding this comment.
What is the purpose of this line?
Closes #24.