I want to create a table with multiple columns in it. Is it possible to create using UITableView? Also is it possible to keep variable length text in one column cell?
Yes that would be possible you would need to make a custom cell though and do a lot of fine tweaking in order to get it to appear correctly, i don't envy you with that task.