Posts

Post marked as solved
4 Replies
11k Views
Hi guys,in the past I had the issue that images in the StoryBoard-created launch screen (splash screen) did not appear. Now it's getting worse:No matter what I put in the LaunchScreen.storyboard (images, labels) the splash screen of my app remains black on my iPhoneOn the simulator the splash screen appears fine!I created a new app, only generating a splash screen, and it worked fine on my iPhone and on the SimulatorI copied the LaunchScreen.storyboard of this new app and put it in the problematic app and the problem persists.I rebooted the iPhone, rebooted the Mac, nothing helps. The launchscreen is 100% black on startup. This is driving me crazy. Any suggestions?
Posted
by Peghead.
Last updated
.
Post not yet marked as solved
0 Replies
572 Views
Hi folks,Please bear with me - tonight I started my very first Swift app after years of iOS programming in Objective C. I am a complete Swift noob, but I trust that with a but of help i will learn quickly.I am building a simple camera app and would like to draw a frame aorund the camera viewfinder as seen on the iPhone screen when you activate the camera. Therefore I need to find the frame coordinates (x, y, width, height) of the default live preview image of the UIImagePickerController. I can't find it on the web. Many tips on how to create custom viewfinders, but that's not what I want - I want to use the default iPhone camera with all its functions and get the (screen) coordinates of the camera viewfinder (which will be different on different models). Any suggestions? Thanks in advance.
Posted
by Peghead.
Last updated
.