开发者

How to add facebook like icon in detail view?

开发者 https://www.devze.com 2023-02-11 17:46 出处:网络
I am working on a navigation based app. every cell has a detail view. i have textView in detail view which shows details of selected cell. is it possible to add a facebook like icon in the end of text

I am working on a navigation based app. every cell has a detail view. i have textView in detail view which shows details of selected cell. is it possible to add a facebook like icon in the end of textView? and if no then how should i do that.开发者_运维百科 thanx in advance.


You can put the icon after the textview, or you can overlay it on top of the textview. It's as simple as putting it there in interface builder:

How to add facebook like icon in detail view?

or, just set the frame properties of the text view and the image view to overlap, and place the image view on top of the text view (simplest way is just to "addSubview" it 2nd, which will place it on top).

0

精彩评论

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