Looking at UITextField item in Interface Builder, cannot see any way to set leftView property. Would like the put there an icon to show user that this is place for text input.
The overlay view displayed on the left side of the text field.
@property(nonatomic, retain) UIView *leftView
Can it be set using IB at all?