Uiimageview Questions
Ad
Keep UIStackView to be positioned exactly below, top UIStackView inside a proportional UIStackView
I have this one big customview, on which i have positioned one parent uistackview to contain two uistackviews.
Upload image to Firebase Storage and show as Profile Image
I need help with uploading image to firebase storage. i have a profile menu in my app. when user tap on this menu he/she can see profile with
Thread 1: "+[UIImage systemImageNamed:]: unrecognized selector sent to class 0x111e616e0"
Thread 1: "+[uiimage systemimagenamed:]: unrecognized selector sent to class 0x111e616e0" this error occurs in
what functionality will be used to maximize the image in flutter?
I am new to flutter so please go easy on me i am practicing grid view i stuck up on what functionality should be used to take the specific image
Upload image from device to firebase
I've been trying to upload an image to firebase and then set it to be the profile picture of an user. for some reason the url address of the image
Transparent background turns white
I'm uploading an image with a transparent background to firebase. the background becomes white when i downloaded it somehow. any idea how to fix
Android UI - What Layout to be used to draw many ImageView horizontally
I have some images, let's say 4 to 10 images. i want them to draw horizontally and dynamically resize if more image added. for
Store Image with NSCache from Firebase - Objective C
Hello everyone i'm trying to use nscache to manage the images taken from firebase via url .. i'm using nscache because every time i browse the
Unable to set <UIImage:0x283942880 anonymous {1080, 1080} renderingMode=automatic> to UIImageView XCode Swift
I have built an app which fetches contacts from phonebook and saves their name and photo. to save the photo i've used the following code
ImageView must be used from main thread only
I am getting a url from my firebase database to be download images and am getting this error on the cell.articleimage.image = uiimage(data: data)
Ad
Fatal error when setting UIImageView in objective c
Hello i have a uiimageview and trying to set the image which was previously saved in a nsarray and then the nsarray is saved into an
How to set a big size image background in Android Studio
I have a big size image, i copied and pasted into drawable. when i showed it, my app was crashed because of out
UITableView Cell Background Images initial scroll lag
I have an app where there is a table view pulling cell background images strictly from assets. i have noticed that the fps drops on the initial
scroll view in table view cell won't show correctly images and there is one extra page in paging mode in swift 4
I used scroll view with images in table view cell but there are two problems : 1- there is an extra page not the count of my images and 2: the
UIImage resizing scale
I have an image like this: and i'd like to resize
Required Resolution Graphics for Storyboard Design iOS
After trying hard to create screen which support multiple resolutions, i can't able to get success in deciding what resolution graphics i require
Unable to resize UIImageView into UICollectionViewCell
In an ios app, i have a uicollectionview that displays a grid of pictures. however i am unable to precisely set the size of the uiimageview which
Show image on specific positions on a listview
I am creating a messaging app and so far sending text works perfectly. but i am having a hard time implementing file transfer. i open the
Place image position on top of button programatically
I have a button on tap of which i need to show an image view which i did like below in button action let imagename =
How to display image in table view cell with dynamic height?
A uitableviewcell contains a uiimageview to display images of different width / height ratios. the table view
I have an UIImageView in an UIScrollView. How do I center at x,y of the image programmatically?
I have an uiimageview in an uiscrollview, and the image has size say 2000x3000. i can pinch to zoom and drag to pan on the screen. (i followed
Ad
why won't right, left, width, height work on UIImageView?
I'm following a tutorial for a messaging chat app and i keep getting errors on the uiimageviews. for example ~ userimageview.right,
Auto Layout for multiple circular UIImageViews with set aspect ratios in a TableViewCell
I have a tableviewcell with five imageviews. i would like the five imageviews to have equal width and heights. if i set each image view to have a
How to observe Image rotation?
I have an imageview called - (woowwww): imageview @iboutlet weak var imageview: uiimageview!
How to set tint color of an Image
Let tintedimage = #imageliteral(resourcename: "user") pictureimageview?.image = maincircleimage.overlayed(with: tintedimage,color:
UIimage Detect Landscape Image with Swift
I want to read a photo from library in this function func imagepickercontroller(_ picker: uiimagepickercontroller,
iOS - how to show multi network images at the same time?
On my uiview, i have 3 uiimageviews to load 3 image's url. as we all know, 3 uiimageview load images has time difference , but i have a
iPad 2 UIImageview display image incorrectly (incorrect render)
I've created a new simple ios project in xcode 9.2 and set ios deployment target to ios 8.0 then add uiimageview to a view and set image name to
Check in cell (in TextView) text or link (Swift)
I have a table with imageview and textview how can i check if in cell i have text then
how to make Designable UIImage in Swift
I am a beginner. i want to make a swift file that contains a code to make designable uiimage, so i will not edit the ui element display by coding,
Moving UIView above image
I want to move a uiview by touch above an image. i calculated the cgrect of the image in the uiimageview and in the
How to show UIImage in MKMapView
I have an mkmapview in my view, and if i cant find a specific location i would like to show an uiimage in it. is there any way i can do in swift
Ad
How to change the render order of UIImageViews created in Storyboard
I am working on an iphone application using swift 4 which creates characters. about this application: on the storyboard i created some
tvOS: UIImageView with rounded corners without losing the focus animation
I am displaying a collection view with an uiimageview for each cell. my images are being animated on cell focus (the standard animation where the
Swift 4 - imageview with two rounded corners in swift?
I have a uiimageview inside of a uicollectionview cell and i wanna make it' s top corners rounded. i couldn' t solve on my on, any help is
How to Move Left and Righ of when people flip UIImageView so it looks like it's really going left and right
The style should be like ibooks or pictures in foursquare. when we flip to the left we see the next picture being pulled. how to do so? is there a
How to detect a tap on an UIImageView while it is in the process of animation?
I try to detect a tap on an uiimageview while it is in the process of animation, but it does't work. what i do (swift 4): added
Changing UIImageView transform scale broke movement system
I am trying to create an image view which i can move and scale on screen. the problem is that when i change the scale of the image, the movement
Save Image Path to NSDocuments then retrieve it as a UIImage
I have an image picker controller that stores selected images into a directory. i am able to save the path fine but retrieving them causes a
how to identify which tap gesture recognizer is called?
I have 2 uiimageview, named "artistimage" and "albumimage", each one contains 1 tap gesture and all the gestures are connected to 1 @ibaction,
Issue with changing UIImageView Position
I am tring to move an uiimageview on an ios device. i am able to moving it but there is a problem with the offset, because when i click on the
Ad
Image View Does not display image after setting image to it downloaded from url
Here it is what i am doing. extension uiimageview { func downloadedfrom(url: url, contentmode mode: uiviewcontentmode =
Animating UIImageView
When i animate my imageview with image sequence memory usage increases a lot and doesn't come back to normal after animation finishes. here's my
Image dimensions changing on rotation
I have an image called sampleimage, and i am trying to stretch it along x and y axis, as follows when it is
UIImageView is displaying not correct
I've placed uiimageview in my custom cell (swift 3): let cell = self.tableview.dequeuereusablecell(withidentifier: "feedcell",
Value of type "UIImageView" has no member 'rating'
I have been following the developing ios apps (swift) guide that apple has provided. i am trying to load in a variable called rating
Interface Builder: automatically set aspect ratio for UIImageView when using "Aspect Fit"?
The share icon (image is white) below is 114x128 pixels. fixing the height in interface builder to 23 pixels with autolayout then using
Ad
Blog Categories
Ad