Re: Initializing font size in UITextField

2008-06-15 Thread Omar Qazi
On Jun 15, 2008, at 3:30 PM, Mike Westerfield wrote: I'm trying to set the font size in a UITextField that is created using Interface Builder in the iPhone SDK. I'm new to Cocoa, so there may be something obvious I'm missing. The first attempt was to set the Min Size from Interface Builder

Re: Initializing font size in UITextField

2008-06-15 Thread Kyle Sluder
On Sun, Jun 15, 2008 at 6:30 PM, Mike Westerfield <[EMAIL PROTECTED]> wrote: > I'm trying to set the font size in a UITextField that is created using > Interface Builder in the iPhone SDK. I'm new to Cocoa, so there may be > something obvious I'm missing. Well, you're certainly forgetting about th

Re: Initializing font size in UITextField

2008-06-15 Thread Dave Camp
On Jun 15, 2008, at 3:30 PM, Mike Westerfield wrote: I'm trying to set the font size in a UITextField that is created using Interface Builder in the iPhone SDK. I'm new to Cocoa, so there may be something obvious I'm missing. The first thing you are missing is that the SDK is under NDA and

Initializing font size in UITextField

2008-06-15 Thread Mike Westerfield
I'm trying to set the font size in a UITextField that is created using Interface Builder in the iPhone SDK. I'm new to Cocoa, so there may be something obvious I'm missing. The first attempt was to set the Min Size from Interface Builder. This does not appear to do anything. I then attemp