uiimageview Questions
3
I want to display images in diamond shape when I am giving width and height 120 and apply the corner radiu. I am getting diamond shape approximately but not getting exact diamond shape so any one...
Alvertaalves asked 29/6, 2016 at 4:57
7
I have a UIImageView, where I don't want the image to 'touch' the edge of the view, rather have some 'padding' around it. However, I have tried the following, and for some reason it doesnt change:
...
Abecedary asked 28/5, 2017 at 19:4
4
Solved
I am currently working on a project which depends heavily on GIFs. However, I never worked with GIFs in Swift for iOS before an I am pretty lost.
The first thing I tried was to import some GIFs to ...
Aeromechanics asked 26/5, 2020 at 15:7
7
Solved
I'm trying to load a PDF file stored in Resources into a UIImage/UIImageView object in the iPhone SDK. Is this at all possible without converting the PDF to an image? If not, what are the member fu...
Baloney asked 1/3, 2010 at 21:25
8
Solved
There are many guides out there that talk about auto-layout such as: http://www.raywenderlich.com/83129/beginning-auto-layout-tutorial-swift-part-1
Now constraints don't seem to be super complica...
Linzy asked 11/9, 2015 at 1:37
28
Solved
I have a UIImageView inside a UIScrollView which I use for zooming and scrolling. If the image / content of the scroll view is bigger than the scroll view, everything works fine. However, when the ...
Necropsy asked 22/8, 2009 at 16:55
4
Solved
I have a UICollectionView with a cell containing a single UIImageView. I'm setting the UIImageView frame.size to match the cell's frame.size and also explicitly asking the UIImageView to Scale with...
Operate asked 10/7, 2015 at 1:23
14
Solved
I need to load an animated Gif image from a URL in UIImageview.
When I used the normal code, the image didn't load.
Is there any other way to load animated Gif images?
Bugg asked 8/12, 2010 at 10:58
14
Solved
I was hoping someone could help me out. I am trying to allow a user to pinch zoom on a UIImageView(with a max and min level allowed). But for some reason the it does not work right. The image zooms...
Banka asked 3/5, 2015 at 13:15
11
I am pretty new to iOS development and I was poking around in storyboard in Xcode 4.5.2. I started a new tab bar project (5 tabs) and then dropped in some images (UIImageViews objects) to them, eve...
Bindle asked 18/1, 2013 at 15:17
17
Solved
I have a bunch of images I am using for cell's image views, they are all no bigger than 50x50. e.g. 40x50, 50x32, 20x37 .....
When I load the table view, the text doesn't line up because the width...
Bisect asked 7/5, 2010 at 11:9
9
Solved
I have a String with an URL of GIF banner which I need to put into app.
My code:
func showAdd(){
Request.get("http://www.kyst.no/api/?apiMode=advertisement&lang=no", { (error: NSError?, dat...
Oldworld asked 13/1, 2015 at 10:11
8
How can I set an Activity indicator in SDWebImage placeholder using UIImageView
Navarre asked 4/3, 2014 at 9:59
8
Solved
I have an array of images loaded into a UIImageView that I am animating through one cycle. After the images have been displayed, I would like a @selector to be called in order to dismiss the curren...
Hardiman asked 14/2, 2012 at 19:50
4
Solved
HI all I am developing an iOS app which allows the user to pick an image using UIImagePicker. Now I have to create the action that restores the UIIageView with no image inside. can anyone help me w...
Approbation asked 2/7, 2013 at 10:25
6
I´ve just changed my code for caching images away from EGOImageCache to SDWebView. Unfortunately i don´t know how to set custom HTTP headers as i have to send authentification to be able to fetch i...
Hamhung asked 28/4, 2013 at 18:50
4
I am trying to create an iOS app using swift that will let the user either take a photo or choose an image from their gallery, and convert it to a pdf file that they are able to save to their phone...
Thriller asked 11/5, 2017 at 10:25
1
Solved
As per Apple docs, the rendering mode of .automatic for a UIImage leads to a behavior where the image is drawn "using the context’s default rendering mode".
What is this "context's r...
Primaveria asked 2/3, 2023 at 12:48
13
Solved
I'm at a bit of a loss. I've used the layer property of UIView to round the corners of multiple elements in my app. However, this one UIImageView is simply not complying. Not sure what I am missing...
Kelseykelsi asked 30/11, 2010 at 14:12
24
Solved
I want to show a picture into imageView like the image contact (in a circle) But when I try to show this, the imageView rescale his size and this doesn't show correctly in a circle.
image.layer.b...
Commissar asked 30/8, 2014 at 23:46
1
Solved
I'm working on a project which I'm getting data from API and in that API I'm getting url for image. but these images are not in PNG,JPEG or JPG formats. They are SVG(Scalable Vector Graphic) images...
Draco asked 14/11, 2022 at 6:45
2
Solved
I have an UIStackView set up on the title view of the navigation bar in my app. It simply shows the icon of the app to the left of the title. In iOS 15 and earlier, this displayed fine. Right now, ...
Idyll asked 5/10, 2022 at 14:16
3
I have an image view that will get this awesome tvOS focus effect when the containing view gets focused.
The problem is - it should have rounded corners. Now this is easily done:
imageView.layer...
Adjure asked 14/12, 2015 at 23:5
12
Solved
I'm trying find software to view .img files. But its not expected. .img file its not all images, it contains some values too. So I would like to view the .img file. Please advise any software like ...
Ingroup asked 3/11, 2012 at 12:38
16
Solved
How can i make i circle picture with swift ?
My ViewController :
import UIKit
import Foundation
class FriendsViewController : UIViewController{
@IBOutlet weak var profilPicture: UIImageView!
...
Prebo asked 21/1, 2015 at 18:54
1 Next >
© 2022 - 2024 — McMap. All rights reserved.