Hi guys, I've searched through the forums for an answer to this but can't find an answer that hits the nail on the head.
I started an app and added methods to my main UITableViewController but I'm now discovering that other UITableViewControllers could borrow the methods I added for the first.
What's the best way to share code amongst these? I'm guessing I need another file in my project, but I'm not sure what type of file this would be.
Any help would be appreciated.
Thanks.
I started an app and added methods to my main UITableViewController but I'm now discovering that other UITableViewControllers could borrow the methods I added for the first.
What's the best way to share code amongst these? I'm guessing I need another file in my project, but I'm not sure what type of file this would be.
Any help would be appreciated.
Thanks.