iphone - How to add facebook like icon in detail view? -
i working on navigation based app. every cell has detail view. have textview in detail view shows details of selected cell. possible add facebook icon in end of textview? , if no how should that. thanx in advance.
you can put icon after textview, or can overlay on top of textview. it's simple putting there in interface builder:
or, set frame properties of text view , image view overlap, , place image view on top of text view (simplest way "addsubview" 2nd, place on top).
Comments
Post a Comment