Skip to content

Icons from inner resource bundle named as its framework are missing #1252

@jibon57

Description

@jibon57

Environment
✔ Component nativescript has 6.4.0-2020-01-30-145311-14104 version and is up to date.
✔ Component tns-core-modules has 6.3.2 version and is up to date.
✔ Component tns-android has 6.3.1 version and is up to date.
✔ Component tns-ios has 6.3.0 version and is up to date.

Describe the bug
I am trying to implement DKImagePickerController library in one of my project. I have added in my app's Podfile like this:
pod 'DKImagePickerController'
It's working as expected but camera icon is missing. But if you run demo project from that library then that icon will show. Please check the attached screenshorts

let picker = DKImagePickerController.new();
picker.assetType = DKImagePickerControllerAssetType.AllPhotos;
picker.singleSelect = true;
picker.showsCancelButton = true;

picker.didSelectAssets = ((res) => {
})
From NativeScript: Demo project from repo:
Simulator Screen Shot - iPhone 11 - 2020-02-11 at 19 36 20 Simulator Screen Shot - iPhone 11 - 2020-02-11 at 19 36 42]

What may be the reason? Please give me advice.

Thanks

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions