开发者

UITableView tableHeaderView not painting in SDK 3.0

开发者 https://www.devze.com 2022-12-13 09:07 出处:网络
I am writing an iphone app.I use a UITableView and assign a my UIView derived class to the tableHeaderView property.When I build with SDK 3.1 the header displays properly.When I build with 3.0 the hea

I am writing an iphone app. I use a UITableView and assign a my UIView derived class to the tableHeaderView property. When I build with SDK 3.1 the header displays properly. When I build with 3.0 the header is never painted. DrawRect is not called.

Is this a known SDK bug, or am I doing something wrong? The only thing that ch开发者_StackOverflow社区anges this table's appearance is changing the SDK version.

Thanks,

0

精彩评论

暂无评论...
验证码 换一张
取 消