I want to include a button in each table cell that opens a URL.
I\'ve created tables (using an array) with images and labels just fine, however I\'m confused how to crea
Just create UIButton object in viewDidLoad and add this button as a sub view on cell in cellForRowAtIndexPath function. Take Burton's frame as per your requirement.
UIButton
viewDidLoad
cellForRowAtIndexPath