ios - table view scrolling issue.I just want to display a large amount of images ; but it slows down table scrolling.How can it perform better? -


ग्रांड सेंट्रल डिस्पैच

  dispatch_async (dispatch_get_global_queue (DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^ {url_Img1 = @ "Http://kiascenehai.pk/assets/uploads/event-images/50x50-thumb/"; url_Img2 = userObj.event_dpURL; url_Img_FULL = [url_Img1 स्ट्रिंगबैपिंगपैडकंपनेेंट: url_Img2]; [एआर addObject: url_Img_FULL]; NSUserDefaults * userDefault = [यूजर डीफॉल्ट सेट ऑब्जेक्ट: यूज़रऑबीज। एवेनटी डीडब्ल्यूपीआरएल के लिए केए: @ "डीपीआरएलएल"]; [यूजरडीफॉल्ट सिंक्रनाइज़]; रिजल्ट = [यूज़रडीफॉल्ट ऑब्जेक्टफोरकी: @ "डीपीURL"]; डिस्पैच_असिनक (डिस्पैच_जेट_मैं_क्यूउ) (), ^ {[टेबलडेटा एडऑब्जेक्टफ्रमअरे: पुनःप्राप्तडेटा ]; [टेबल पुनः लोडडेटा];});}); }  

आप वेब से फास्ट लोडिंग छवि के लिए AFNetworking लाइब्रेरी का उपयोग कर सकते हैं।

आप इस पुस्तकालय को लिंक से प्राप्त कर सकते हैं


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -