DBCamera
DBCamera copied to clipboard
Camera controls not visible
Camera controls (close, reverse camera, etc) are not visible. Tappable, but not visible. I'm on iOS8.
@percivalwcy are you using cocoapods? Are you sure to have the asssets for these controls within the application?
Hi. Sorry for the late reply. Have been away. No tech. Yes, using cocoapods. Followed the installation on ur github page. Still no luck.
On Wed, Oct 1, 2014 at 12:44 AM, danielebogo [email protected] wrote:
@percivalwcy https://github.com/percivalwcy are you using cocoapods? Are you sure to have the asssets for these controls within the application?
— Reply to this email directly or view it on GitHub https://github.com/danielebogo/DBCamera/issues/99#issuecomment-57324730.
@percivalwcy i've tryed with a new project usign cocoapods and it works good. I've checked the directory of DBCamera under Pods project and i didn't found errors or missing images. Which kind of device are you using?
Hi Daniel, I'm using iPhone 5 and iPhone 6+. Just tried creating a new project and added dbcamera with cocoapods, and I'm still seeing the same issue. Will try to investigate further and will let u know what I find. Thanks.
On Thu, Oct 9, 2014 at 8:20 PM, danielebogo [email protected] wrote:
@percivalwcy https://github.com/percivalwcy i've tryed with a new project usign cocoapods and it works good. I've checked the directorof DBCamera under Pods project and i didn't found errors or missing images. Which kind of device are you using?
— Reply to this email directly or view it on GitHub https://github.com/danielebogo/DBCamera/issues/99#issuecomment-58483330.
@percivalwcy i've tryed with iPhone 5, 4s and 6. It works with these devices. I've created a project form zero and add only DBCamera via cocoapods. On iPhone 6 + i don't know because i didn't create the icon @3x.
When I archive my app for testflight. Image assets dont come with it. Is there a build setting someone knows that I need to adjust? In the cocoapods list, I see the DBCameraImages.xcassets file and icons are in there (for 1x,2x...but not 3x)...The icons are missing for me on iPhone 5 & iPhone 6
@percivalwcy I'm experiencing the same issue when installing through cocoapods. The only workaround I could find was to import the project manually along with adding the "GPUImage" pod to the Podfile.
@percivalwcy Did you ever get to the bottom of this?