shima11/FlexiblePageControl

Config construct is hidden

hernangonzalez opened this issue ยท 9 comments

Hi,

There is no accessor to create a Config struct.

Thanks,
H.

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.

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.

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

kegan commented

Hope can fix this soon.

Same issue here!

same!

Thank you four Issues.
We fixed that.

@hernangonzalez @3vangelos @kegan @kevindelord @SeanStayn

As we updated in 1.0.8, please use that.

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