I have an app similar to the SQLiteBook example from Apple and I put a segmented controller with 3 values (ex: low, med, high). When I add an entry, the segmented controller is set to the value of low when the view is loaded. Lets say, I change the value to Med and save it. When I try to add another entry... the segmented controller is set to the last value... in this case... Med. My question is... how do I reset the segmented controller to Low everytime I add a new value? I've checked Apple's docs and can't find the answer.