iphone - animation in the simulator works fine but in device nothing happens? -


  - (शून्य) डाउनरोल 1 {डाउन 1.image = up1.image; [UIView शुरूअनुमतियाँ: शून्य संदर्भ: शून्य]; [UIView सेटअनिमेशनकरण अवधि: 2.2]; CGPoint गंतव्य = CGPointMake (296,440); डाउन 1। केंद्र = गंतव्य; [UIView commitAnimations]; } जवाब था: जांचें कि आपका फ़ाइल नाम मामला-संवेदनशील डिवाइस से मेल खाएगा। 

यदि आप कुछ और करना चाहते हैं, तो जब उपयोगकर्ता "फेरबदल" बटन को हिट कर लेता है, तो आप अपने व्यूडिडलोड विधि में छवि को पूर्व-लोड कर सकते हैं, और इसे बाद में तब तक नहीं दिखा सकते हैं।


Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -