-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggession for Dynamic Label Count Change #14
Comments
Good catch! Would you like to submit a PR for this? :) |
The The customization for the screen of switch PHPhotoLibrary.authorizationStatus() {
case .notDetermined:
// ask for the permission
case .authorized:
// only present the image picker when the permission is granted
present(ImagePickerController(selectedAssets: []), animated: true, completion: nil)
case .denied, .restricted:
// present the customized screen
} |
This is exactly i want. In which variable i have to pass the text and image. Please tell me the file name. Actually i have to place a button to open App Settings screen. |
That should be inside your class where you initialize the |
How to pass selectionsLimit and hint text from viewController? |
Hello,
I found a minor issue. I set the max selection 10.
let allowedSelections: ImagePickerSelection? = .limit(to: 10)
It should be reflect on CarousellImagePickerController Subtitle. See Screenshot.
The text was updated successfully, but these errors were encountered: