hsylife / SwiftyPickerPopover

A more convenient way to display a popover with a built-in picker, on iPhone/iPad of iOS9+.
MIT License
653 stars 97 forks source link

Font size error #103

Closed ikbalyasar closed 6 years ago

ikbalyasar commented 6 years ago

StringPickerPopover value, I assign does not change.

hsylife commented 6 years ago

Hello. Could you share some code?

ikbalyasar commented 6 years ago

Hi,

let p = StringPickerPopover(title: "xyz", choices: MyArray)
            .setFontSize(3.0)  // Dont work
hsylife commented 6 years ago

I will inspect it tonight!

hsylife commented 6 years ago

Indeed. It doesn’t work. I will fix it!

hsylife commented 6 years ago

The fixed version(6.6.3) has been released. Please pod update.