Top "Uiedgeinsets" questions

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

How does UIEdgeInsetsMake work?

I'm making an app where I use UIEdgeInsetsMake for resizableImageWithCapInsets, but I don't understand how does it works exactly, UIEdgeInsetsMake …

ios cocoa-touch ios5 uiimage uiedgeinsets
Align button image to right edge of UIButton

There are plenty of threads about aligning a button image according to the title text, but I can't find anything …

ios xcode uibutton uiimage uiedgeinsets
How to use UIEdgeInsets property in Button in iphone

I am new to iOS application development and wanted to know how to use UIEdgeInsets property in button so please …

ios iphone uiedgeinsets
How to set content inset for UITextView in ios

I'm having a UITextView and set content inset as [atextView setContentInset:UIEdgeInsetsMake(0, 10, 0, 0)]; This code working in iOS 6.1 and below, but …

ios ios7 uitextview uiedgeinsets
Center UIButton image with inset

I'd like to create a UIButton, but with a larger tap area than the image. (Ex: 40x40 button, but the …

ios objective-c uibutton uiedgeinsets
Can I adjust a CGRect with a UIEdgeInsets?

I've got a CGRect, and I'd like to adjust it with a UIEdgeInsets. It seems like perhaps there might be …

cgrect uiedgeinsets
UIButton with title under the imageview

I want to creat an UIButton programmatically with the title under the imageView. Size of the button : 170 * 120 Size of the …

ios image text uibutton uiedgeinsets
Set custom separator insets on UITableViewCell

In my UITableView I want a 'centered' separator effect in which the separator is shrunk by 30pt from left and 30 …

ios swift uitableview separator uiedgeinsets
Set insets on UILabel

I'm trying to set some insets in a UILabel. It worked perfectly, but now UIEdgeInsetsInsetRect has been replaced with CGRect.…

ios swift uiedgeinsets
Bounds automatically changes on UIScrollView with content insets

I'm using a UIScrollView as my paging scroll view, pagesScrollView. Inside that, I put individual UIScrollViews which are used exclusively …

ios objective-c ios7 uiscrollview uiedgeinsets