-
-
Notifications
You must be signed in to change notification settings - Fork 72
use QBImagePicker cocoa pod for iOS #172
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
Conversation
…ly work as previous implementation
…tions, equalize class names, fix ios aspect ratio in core modules versions smaller than 4
cbce111
to
d109a89
Compare
demo/app/main-view-model.ts
Outdated
|
||
// set the images to be loaded from the assets with optimal sizes (optimize memory usage) | ||
selection.forEach(element => { | ||
element.options.width = this.isSingleMode ? 300 : 80; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like magic numbers. Reuse the same variable with the ImageView size in order to make the connection more visible.
demo/package.json
Outdated
} | ||
}, | ||
"dependencies": { | ||
"nativescript-imagepicker": "../src", | ||
"nativescript-theme-core": "^1.0.4", | ||
"nativescript-unit-test-runner": "^0.3.4", | ||
"tns-core-modules": "^3.4.0" | ||
"tns-core-modules": "^4.0.0-2018-03-27-02" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
replace with 4.0.0 as we will merge it after the official release
…preview sizes with binding in the UI
Uh oh!
There was an error while loading. Please reload this page.