¡@

Home 

2014/10/15 ¤U¤È 10:13:13

iphone Programming Glossary: ref1view

Please explain this Objective-C code

http://stackoverflow.com/questions/3256390/please-explain-this-objective-c-code

explain this Objective C code ref1view.hidden NO UIView beginAnimations nil context nil UIView setAnimationDuration 0.25f ref1view setAlpha ref1view alpha 1.0f.. this Objective C code ref1view.hidden NO UIView beginAnimations nil context nil UIView setAnimationDuration 0.25f ref1view setAlpha ref1view alpha 1.0f 0.0f 1.0f UIView commitAnimations Can anyone please give me a breakdown of how this works Specifically.. C code ref1view.hidden NO UIView beginAnimations nil context nil UIView setAnimationDuration 0.25f ref1view setAlpha ref1view alpha 1.0f 0.0f 1.0f UIView commitAnimations Can anyone please give me a breakdown of how this works Specifically this line..