I am trying to add UIlabels and Uimage views in UITableView cell for facebook posts. It might be happen that some images or values are not available for some of Posts. Then I have to check value of message , name ,caption ,picture and many more. But If some posts do not have caption or picture I don’t want to create label for that.. Can I do like this if Value is not null then create label or image view other wise don’t create label for that particular cell.
Share
Yes – that’s the way to do it.