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'
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'
I found the solution, due to updated pod the correct way right now to set title is:
GBHFacebookImagePicker.pickerConfig.textConfig.localizedTitle = "Album title"