0

I got an example from internet that was using:

GBHFacebookImagePicker.pickerConfig.title = "Album"

But when I compile it results a compile error: "Value of type 'GBHFacebookPickerConfig' has no member 'texttitle'

Almeida
  • 1,254
  • 12
  • 26

1 Answers1

0

I found the solution, due to updated pod the correct way right now to set title is:

GBHFacebookImagePicker.pickerConfig.textConfig.localizedTitle = "Album title"
Almeida
  • 1,254
  • 12
  • 26