i made app wife track inventory. has couple of view controllers enter new item, display items, search items, , display selected item. after switching through each view couple of times (no particular order) of textfields become disabled (you cannot select them change value) across of view controllers. buttons still work however. have setup when user enters info particular cell, saves memory if switch views , come back, cells data in viewdidload method. please help! *edit - using storyboard bunch of segues (i'm new programming , self taught, idk if right way or not)... here pic of storyboard http://i.imgur.com/at3pr0i.png ok, @ storyboard, think see problem. if storyboard looks spilled spaghetti on it, it's not designed correctly. specifically, looks you're going "backwards" (to controllers you've been to) using segues -- that's not good. segues instantiate new controllers! so, if go around in circle few times, you're adding more , mor...