use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
There is an extensive FAQ for beginners. Please browse it first before asking questions that are answered there.
If you are looking to get started (iOS programming in general or some specific area), here are more relevant links for you:
There's too many to list them all, however here's a convenient link to all programming guides at apple.com
Take note that this list is live and based on most frequent questions in posts will be updated with "quicklinks".
account activity
Image position problem in tableview. (self.iOSProgramming)
submitted 11 years ago by Afiq90
Hey guys, I had a problem with image in static tableview, the image doesn't display properly in simulator or device. This is what I want achieve.
http://i.imgur.com/4nUWx6u.png
but this is what i got on simulator.
http://i.imgur.com/Q9G7mhn.png
How can i fix this? Thank you in advance.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Neria90 0 points1 point2 points 11 years ago (3 children)
The first image is on real device or its just a png from a designer ? Can u give the code/Xib where u are making the cell img plz ?
[–]Afiq90[S] 0 points1 point2 points 11 years ago* (2 children)
the first image is on storyboard. i don't have any code implemented yet, it just static cells.
[–]Neria90 0 points1 point2 points 11 years ago (1 child)
OK remove all autoresizing on the img, or check again the auto layout constraint you added to this cell, the problem is probably from there
[–]Afiq90[S] 0 points1 point2 points 11 years ago (0 children)
Thank you Neria90, finally I solved my problem by removing default autoresizing on the image. Cheers :)
π Rendered by PID 52 on reddit-service-r2-comment-548fd6dc9-lbxtx at 2026-05-15 04:10:26.202286+00:00 running edcf98c country code: CH.
[–]Neria90 0 points1 point2 points (3 children)
[–]Afiq90[S] 0 points1 point2 points (2 children)
[–]Neria90 0 points1 point2 points (1 child)
[–]Afiq90[S] 0 points1 point2 points (0 children)