You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you have questions about related APIs and behaviors,
125
129
check [photo_manager's API docs][] for more details.
@@ -199,7 +203,7 @@ consider declare only relevant permission in your apps, more specifically:
199
203
200
204
1. Platform version has to be at least *11.0*.
201
205
Modify `ios/Podfile` and update accordingly.
202
-
```ruby
206
+
```Podfile
203
207
platform :ios, '11.0'
204
208
```
205
209
2. Add the following content to `Info.plist`.
@@ -288,7 +292,7 @@ Fields in `AssetPickerConfig`:
288
292
| selectPredicate |`AssetSelectPredicate`| Predicate whether an asset can be selected or unselected. |`null`|
289
293
| shouldRevertGrid |`bool?`| Whether the assets grid should revert. |`null`|
290
294
| limitedPermissionOverlayPredicate |`LimitedPermissionOverlayPredicate?`| Predicate whether the limited permission overlay should be displayed. |`null`|
0 commit comments