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

Config construct is hidden #18

Open
hernangonzalez opened this issue Sep 10, 2018 · 9 comments
Open

Config construct is hidden #18

hernangonzalez opened this issue Sep 10, 2018 · 9 comments

Comments

@hernangonzalez
Copy link

Hi,

There is no accessor to create a Config struct.

Thanks,
H.

@3vangelos
Copy link

Hey,

the default init method in a public struct is still internal, I think you'll have to manually write the init methods of the struct.

@3vangelos
Copy link

Sorry, I saw your code actually reflects this init method, I think you may have just forgotten to create a 1.0.8 and point the podspec to it.

@hernangonzalez
Copy link
Author

@shima11 i think you just need to update the podspec to latest. Works fine when pointed with the git url.

@kegan
Copy link

kegan commented Nov 10, 2018

Hope can fix this soon.

@kevindelord
Copy link

Same issue here!

@SeanStayn
Copy link

same!

@shima11
Copy link
Owner

shima11 commented May 15, 2019

Thank you four Issues.
We fixed that.

@hernangonzalez @3vangelos @kegan @kevindelord @SeanStayn

@shima11
Copy link
Owner

shima11 commented May 15, 2019

As we updated in 1.0.8, please use that.

@PBBassily
Copy link

let config = Config(...) is not working also in 1.0.8, because Config is inner struct in FlexiblePageControl class.
let config = FlexiblePageControl.Config(...) will work fine

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

7 participants