shima11 / FlexiblePageControl

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

Config Structure can't accessible it is bug #25

Open Vishalp87 opened 5 years ago

ginesguiropa commented 5 years ago

The same bug in 1.0.7

sschizas commented 5 years ago

@shima11 you should just provide a public initializer for the Config struct.

shima11 commented 5 years ago

We fixed this. The Config Struct provide a public initializer.

Thank you for your issues. @Vishalp87 @ginesguiropa @sschizas

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 @shima11 please update the ReadMe

shima11 commented 5 years ago

Thank you for teaching me. README updated.