开发者

Links in UINavigationController

开发者 https://www.devze.com 2023-01-01 15:23 出处:网络
What is the class type used to create items that look like HTML links in iPhone apps?Is it just a label with formatted text?How is the selection detected?开发者_开发百科

What is the class type used to create items that look like HTML links in iPhone apps? Is it just a label with formatted text? How is the selection detected?

开发者_开发百科

I am looking to have a Navigation Controller and have some text links on the root page. The user can then select any of the links, and the controller will go to the page for that link.


You can use UIButton and choose "custom" as "type". If you don't specify any border, it looks like click-/tabable text.

0

精彩评论

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