Top "Uiedgeinsets" questions

UIEdgeInsets is an iOS data type that defines inset distances for views.

UIScrollView Zooming & contentInset

Simliar to iOS Photos App where the user is zooming in and out of an image by pinching: UIView > …

swift xcode uiscrollview zoom uiedgeinsets
UiTableview ContentInset

I am working on very small app. In this app I am using UIrootviewController's table view to display some content …

iphone uitableview ios5 uiedgeinsets
UIButton: How to set image and text using imageEdgeInsets and titleEdgeInsets?

I had an application in which I am using a UIButton with a title and UIImage. Their alignment seems to …

ios iphone objective-c uiedgeinsets
How can I achieve having an UITableView set the insets of its cells without setting the inset on the entire table?

I have a UITableViewCell with content that extends to all of its edges. I use this cell in multiple tables …

ios swift uitableview uiedgeinsets