shima11 / FlexiblePageControl

A flexible UIPageControl like Instagram.
MIT License
797 stars 108 forks source link

Config construct is hidden #18

Open hernangonzalez opened 6 years ago

hernangonzalez commented 6 years ago

Hi,

There is no accessor to create a Config struct.

Thanks, H.

3vangelos commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

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

kegan commented 5 years ago

Hope can fix this soon.

kevindelord commented 5 years ago

Same issue here!

SeanStayn commented 5 years ago

same!

shima11 commented 5 years ago

Thank you four Issues. We fixed that.

@hernangonzalez @3vangelos @kegan @kevindelord @SeanStayn

shima11 commented 5 years ago

As we updated in 1.0.8, please use that.

PBBassily commented 5 years ago

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