Skip to content

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

Merged
merged 20 commits into from
Apr 13, 2018
Merged

Conversation

tbozhikov
Copy link
Contributor

@tbozhikov tbozhikov commented Apr 5, 2018

@ghost ghost assigned tbozhikov Apr 5, 2018
@ghost ghost added the new PR label Apr 5, 2018
@tbozhikov tbozhikov force-pushed the tbozhikov/cleanup-image-picker branch from cbce111 to d109a89 Compare April 5, 2018 13:54

// 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;
Copy link

@DimitarTachev DimitarTachev Apr 5, 2018

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.

}
},
"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"

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

@ghost ghost assigned zbranzov Apr 11, 2018
@tbozhikov tbozhikov merged commit 9fa315f into master Apr 13, 2018
@ghost ghost removed the new PR label Apr 13, 2018
@lini lini deleted the tbozhikov/cleanup-image-picker branch September 11, 2018 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use native iOS lib
3 participants