Image on top of Cell

前端 未结 4 900
挽巷
挽巷 2021-01-22 13:16

Can i put an image in the top of an TableViewCell instead of putting it on the left side ? I used this to put it in the cell:

Code:

<
4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-22 13:22

    Yes you can. for this you have to go for custom tableview cell. you can design this using separate XIB for tableview cell. May be this link will help you.

    or search on google also for more examples its easy to implement.

提交回复
热议问题