contentmode पर टैग किए गए जवाब


16
UIButton कंटेंट मोड सेटिंग को नहीं सुनता है?
FirstButton कस्टम का एक UIButton है। मैं प्रोग्रामेटिक रूप से उनमें से तीन को एक टेबल के प्रत्येक सेल में डाल रहा हूँ, इस प्रकार: [firstButton setImage:markImage forState:UIControlStateNormal]; [firstButton setContentMode:UIViewContentModeScaleAspectFit]; [cell.contentView addSubview:firstButton]; अन्य जगहों पर, मैं इसे क्लिपटॉब के लिए कह रहा हूं। मुझे जो मिलता है वह छवि के …
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.