I have a UITableView that contains a list of every NEXRAD weather radar (in the form of a custom object called a RadarSite)in the United States. The radars are sorted into different sections by their state. If I specify a RadarSite object, I need to have a method that will return the NSIndexPath for that particular RadarSite. Is their an easy way to achieve this? Thanks in advance!