如何在iPhone的Titanium框架中将FontSize赋予tableview?

发布于 2024-11-06 06:03:23 字数 145 浏览 1 评论 0原文

我正在为 tableview 创建钛框架应用程序,我能够将数据加载/显示到表中。但是如何给出 FONTSIZE,以便我可以管理文本大小......

请帮助我使用任何有用的链接或任何例如...

感谢您的帮助!

谢谢, 米沙尔·沙阿

I am creating titanium framework application for tableview,I am able to load/show data into the table.But how to give FONTSIZE, so i can manage the text size......

please help me out using any useful link or any example....

Thanks for help!!!

Thanks,
Mishal Shah

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

潦草背影 2024-11-13 06:03:23

您需要先创建一个自定义标签,然后row.add(label)

https://github.com/appcelerator/titanium_mobile /blob/master/demos/KitchenSink/Resources/examples/table_view_layout_2.js

使用上面的示例,您可以构建行以使其看起来像您需要的那样。

You would need to do a custom label then row.add(label).

https://github.com/appcelerator/titanium_mobile/blob/master/demos/KitchenSink/Resources/examples/table_view_layout_2.js

Use the above example and you can build your rows to look however you need them.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文