|
|
|
iOS สอบถามปัญหา Table view cell + Custom cell ปัญหาแลคเวลา scroll |
|
|
|
|
|
|
|
ได้แล้วครับ ใช้วิธีนี้ 555
Code
dispatch_queue_t queue = dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_HIGH, 0ul);
dispatch_async(queue, ^{
strForImg = [[NSString alloc] initWithFormat:@"https://graph.facebook.com/%@/picture?type=square",[[list objectAtIndex:indexPath.row] objectForKey:@"id"]];
url =[NSURL URLWithString:strForImg];
img = [UIImage imageWithData: [NSData dataWithContentsOfURL:url]];
dispatch_sync(dispatch_get_main_queue(), ^{
[cell.imgProfile setImage:img];
});
});
|
|
|
|
|
Date :
2013-03-22 23:22:44 |
By :
nongbreesh |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
จัดไป
|
|
|
|
|
Date :
2013-03-23 07:10:26 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอถามนิดนึงครับ ใช้โค๊ดตามด้านบนแล้ว
พอเราเลื่อน table ลงมามันไม่กระตุกจิง แต่เราเลื่อนกลับขึ้นไป ภาพหาย เหมือนต้องโหลดใหม่อะครับ
ทำยังไง ให้มันค้างไว้เลยอะครับ
|
|
|
|
|
Date :
2013-03-27 14:53:19 |
By :
rabbitdoll |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมก็ไม่ทราบนะ ใครมีคำตอบม่าง `^^
|
|
|
|
|
Date :
2013-04-09 22:22:31 |
By :
nongbreesh |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตอนนี้แอพผมเปิดให้โหลดแล้วนะครับ ที่นี่เลย
|
|
|
|
|
Date :
2013-04-10 14:30:50 |
By :
nongbreesh |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
โอ๊ว เขียนเองทั้งหมดเลยหรือเปล่าครับ
|
|
|
|
|
Date :
2013-04-10 14:35:59 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
หมดเลยครับ ถูๆไถๆไปเรื่อย ^^
|
|
|
|
|
Date :
2013-04-10 16:22:37 |
By :
nongbreesh |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เยี่ยมเลยครับ เอาขึ้นยังไง ว่าง ๆ เขียนบทคววามให้เป็นความรู้หน่อยก็ดีน่ะครับ
|
|
|
|
|
Date :
2013-04-10 17:18:54 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/rs/SDWebImage
|
|
|
|
|
Date :
2013-04-25 10:49:25 |
By :
winterlovesong |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|