I'd like to know where should I place images and videos so they could be visible for UIImagePicker.
I opend folder /IPhone Simulator/5.1/Media/ pasted there images.
However they are not visible for UIImagePickerController. But when I download an image from website using iPhone simulator, this image become visible for Picker (I did't try it for videos because I don't know how to download videos from simulator).
So I'd like to know where and how should I place images and videos in /IPhone Simulator/5.1/Media folder.
Kind Regards
Related
I created an app, that supports all the resolutions of apple devices. As a result, I have app preview images in the following resolutions:
iphone 6 plus
iphone 6
iphone 5
iphone 4 and below aspect ratio
ipad
The problem is, I deleted the images from my hard drive, and need the exact same images as I am adding app store descriptions in new languages. It would be very tedious to create the images again. Is there a way I can download the images I uploaded in their original resolution ?
EDIT: If I log into itunesconnect and try to right click on the images and copy / download, the images downloaded are of much lower resolution. Any suggestions ?
You can copy/download an app preview image with the same resolution as you added it. Click on the image in iTunesConnect and then you will see your image with original resolution in full screen mode.
I'm using Crossrider to develop a cross browser extension, it's working fine except that the button icon on Safari is so small you can't really see it. How can I expand it?
I uploaded it as a 128x128 PNG in the settings page.
This is a screen shot from my Retina Macbook Pro, could the issue be related to the retina display?
I hadn't checked the image DPI settings in Photoshop. They need to be set to 72 but were in fact 300.
If anyone from Crossrider sees this, it would be great if it were possible to upload a retina sized button icon.
my web site get crashed when it opened in tablet or Ipad i did not know why although i did all the mediaqueries of all different resolution .
the website contains many animations and photos as SVG , I think that the problem is all those resoures is very heavy for the tablet and Ipad micro-processors , my question is there any solution for this problem
this is the link of the web site :
http://www.nineteen-web.fr/~baltha/beta/parallax/
and thank you in advance.
svg images are converted on the fly in bitmap images by the browser.
As you have lots of images, this should cause an overflow during the loading.
You can create a lighter version of the page for mobile or convert the svg images into png and decrease the size and the density of images with a drawing software.
I have xcode 4.5.2 and work with iOS 6. I need create photo library, and i must keep photo and show my app with only simulator. And i can't find directory where i can paste my photos (like photo library on iPhone) for further browse this photo to my app. Or how browse photos to app Photo in iOS Simulator. I saw some links like
Users/Library/Application Support/iPhone Simulator/5.0/Media/DCIM
but i have not such directory =(
So if i will use
UIImagePickerControllerSourceTypePhotoLibrary
where i must find photos, if i use only iOS Simulator without any apple devices?
You may need to create DCIM if it doesn't already exist.
You can add photos from safari in the simulator, by Tapping and Holding on the image. If you drag an image (or any other file, like a PDF) to the simulator, it will immediately open Safari and display the image, so this is quite an easy way of getting images to it.
simple steps :
1) Drag & Drop image onto simulator
- this will open a browser with your image
2) Click & hold image
- this will open options
3) save image
- this will copy image onto simulator
here is how you add an image to the photos in your xcode simulator. start the simulator by selecting your app and run it. then stop the run operation in xcode so you can go to the home screen in your simulator. drag and drop an image into your simulator screen. depending to what version of the xcode you are using it will differ how you save the image. i use Xcode 4.5. in 4.5 when you drop the image it opens a web view like window. on the butom of the screen you can tap the middle icon and it gives you the option and icons for sharing. just save the image to photos in there and there you have it. hope this helps.
I am new at iOS development. I wish to ask you how if it possible to play video with images overlay. What I`m wishing to do is play some mp4 file, and on top of it put some png file that the user can change (UIimageview on top of video). At android development i used "media view" and could control it any way i wont. Didn't found in xCode similar view.
Take a look at MPMoviePlayerController. You can use that's view the same as any other UIView.