Please do not post the same thing multiple times. The board software automatically flags certain posts as needing moderator attention. This happens the most often for new users. I'm pretty sure this is made clear at the time you attempt to post. Posting the same thing over and over again just makes that many more posts the moderators have to weed through later. This makes us sad. Don't make us sad. If your post/thread doesn't appear, just wait a while. Don't post it again. If it hasn't shown up by the next day, then you can try again. I normally go through posts in the mornings, and try to check a few times throughout the day, but I'm not here 24/7. There will typically be a significant delay before posts are approved. Just be patient.
You should not be init'ing it. And call it what it is, which is user defaults. Not loadWhatever.
The part that you aren't not understanding is that VC#3 is completely new. It is not VC#1. You create it right here:
vci=[[ViewController alloc]init];
VC#3 is NOT the one that presented the modal. You created a brand new car, rather than walking to the garage and inspecting the car you already have. You are telling the new car to hit the gas, and meanwhile you are confused that your car is sitting still in your garage. It's not going to do anything because you are talking to the wrong car.
Special Considerations In iOS 5 and earlier, the type of this property was UILineBreakMode.
UILineBreakModeClip Clip the text when the end of the drawing rectangle is reached. This option could result in a partially rendered character at the end of a string. (Deprecated. Use NSLineBreakByClipping instead.)