Until an announcement is made otherwise, developers should be aware
that the iPhone SDK is still under non-disclosure (section 5.3 of the
iPhone Development Agreement). It can't be discussed here, or anywhere
publicly. This includes other mailing lists, forums, and definitely
blogs.
This situation is somewhat different than a Mac OS X release, in that
a Mac OS X release includes a copy of the developer tools with the
distribution. The iPhone OS 2.0 release on devices and as an upgrade
does _not_ include the development tools. As a result, the SDK is not
automatically considered public because the release has occurred.
Section 5.3 of the iPhone Development Agreement remains in force at
this time, and will so remain until iPhone Developer Program members
are specifically and personally notified by an authorized
representative of Apple.
Le 19 juil. 08 à 16:27, 张志明 a écrit :
I'd like to include one UITextView and one TextField in the
headsection of tableView. So I subclass UIView and tried to override
the drawRect method. I read the reference guide of UITextField
drawRect method, "You should not call this method directly." How can
I include a UiTextField in my customized UIView?
when I called method drawInRect, it broke, please kindly find my
code as follows.
And I found UITextView has no drawTextInRect, I called drawRect
instead, but it did not work and I had no output.
aTextField.clearButtonMode = UITextFieldViewModeWhileEditing; // has
a clear 'x' button to the right
[aTextField drawTextInRect: CGRectMake(0, 50, 80, 30)];*/
commentBodytextView.text = @"Now is the time for all good people to
come to serve their country.\n\n\nNow is the time for all good
people to come to serve their country.";