murad1981
murad1981
is there a way to limit the selection depending on asset type ? for ex. I need to limit user selection to be 3 images and 1 video at maximum.
is there a way to increase the height of the tab bar ? and can i customized its appearance, like adding shadows, etc ...
If you changed the way the app shows the details for news items by navigating to the details view using the NavigationView (instead of presenting Safari sheet), and then return...
how can I redirect the user to the app after successful login ? I 've set the redirect URI in Instagram Api website for my client to be [_myClientID_]://authorize and...
after the user successfully logs in and granted access to the app, how can use the method getUserDetails to fetch the currently logged in user details ? the method takes...
It's important to set the wrapper class and all of its methods & properties access level to be 'open', so I can implement my custom wrapper on top of this...
the following call `asset.resourceLoader.setDelegate` in each `init` method, should use background queue `DispatchQueue.global(qos: .background)` instead of main queue to prevent possible app freezes on the main thread which happened with...
there is a weird problem in many islamic calendar months where two adjacent columns and two adjacent months both appear merged together, see the screenshot from iOS 7 simulator: ...
when the `showPopOver` method is called from an `IconButton` placed in the `AppBar` the popover doesn't show up, my app bar looks like this: ``` AppBar( title: const Text('Popover Example'),...
I have understood the snap and run sample project code and how it works, however, how can I use the same code to upload a folder that contains 3 images...