cocoa touch - Text field text drawn at bottom instead of centre -


i'm working on iphone app , i've problem: text in text field drawn @ bottom. can 1 me display centered?

use following instruction:

textfield.contentverticalalignment = uicontrolcontentverticalalignmentcenter; 

Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

c# - Binding attached property to IEnumerable -