-
Notifications
You must be signed in to change notification settings - Fork 72
cellForItemAtIndexPath called same time #14
Description
hi~
I changed height tableview cell much bigger. 800. and more add color element
-(CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath { return 800; }
and then
2016-01-30 20:56:27.957 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 0
2016-01-30 20:56:27.957 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 1
2016-01-30 20:56:27.957 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 2
2016-01-30 20:56:27.958 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 3
2016-01-30 20:56:27.958 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 4
2016-01-30 20:56:27.958 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 5
2016-01-30 20:56:27.958 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 6
2016-01-30 20:56:27.958 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 7
2016-01-30 20:56:27.959 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 8
2016-01-30 20:56:27.959 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 9
2016-01-30 20:56:27.959 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 10
2016-01-30 20:56:27.959 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 11
2016-01-30 20:56:27.960 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 12
2016-01-30 20:56:27.960 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 13
2016-01-30 20:56:27.960 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 14
2016-01-30 20:56:27.960 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 15
2016-01-30 20:56:27.960 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 16
2016-01-30 20:56:27.961 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 17
2016-01-30 20:56:27.961 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 18
2016-01-30 20:56:27.961 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 19
2016-01-30 20:56:27.961 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 20
2016-01-30 20:56:27.962 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 21
2016-01-30 20:56:27.962 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 22
2016-01-30 20:56:27.962 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 23
2016-01-30 20:56:27.962 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 24
2016-01-30 20:56:27.962 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 25
2016-01-30 20:56:27.963 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 26
2016-01-30 20:56:27.963 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 27
2016-01-30 20:56:27.963 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 28
2016-01-30 20:56:27.963 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 29
2016-01-30 20:56:27.964 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 30
2016-01-30 20:56:27.964 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 31
2016-01-30 20:56:27.964 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 32
2016-01-30 20:56:27.964 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 33
2016-01-30 20:56:27.965 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 34
2016-01-30 20:56:27.965 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 35
2016-01-30 20:56:27.965 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 36
2016-01-30 20:56:27.965 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 37
2016-01-30 20:56:27.966 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 38
2016-01-30 20:56:27.966 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 39
2016-01-30 20:56:27.966 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 40
2016-01-30 20:56:27.967 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 41
2016-01-30 20:56:27.967 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 42
2016-01-30 20:56:27.967 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 43
2016-01-30 20:56:27.968 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 44
2016-01-30 20:56:27.968 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 45
2016-01-30 20:56:27.968 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 46
2016-01-30 20:56:27.968 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 47
2016-01-30 20:56:27.968 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 48
2016-01-30 20:56:27.969 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 49
2016-01-30 20:56:27.969 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 50
2016-01-30 20:56:27.969 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 51
2016-01-30 20:56:27.969 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 52
2016-01-30 20:56:27.970 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 53
2016-01-30 20:56:27.970 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 54
2016-01-30 20:56:27.970 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 55
2016-01-30 20:56:27.970 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 56
2016-01-30 20:56:27.971 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 57
2016-01-30 20:56:27.971 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 58
2016-01-30 20:56:27.971 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 59
2016-01-30 20:56:27.972 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 60
2016-01-30 20:56:27.972 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 61
2016-01-30 20:56:27.973 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 62
2016-01-30 20:56:27.973 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 63
2016-01-30 20:56:27.973 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 64
2016-01-30 20:56:27.973 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 65
2016-01-30 20:56:27.974 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 66
2016-01-30 20:56:27.974 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 67
2016-01-30 20:56:27.974 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 68
2016-01-30 20:56:27.975 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 69
2016-01-30 20:56:27.975 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 70
2016-01-30 20:56:27.975 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 71
2016-01-30 20:56:27.976 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 72
2016-01-30 20:56:27.976 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 73
2016-01-30 20:56:27.976 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 74
2016-01-30 20:56:27.976 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 75
2016-01-30 20:56:27.976 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 76
2016-01-30 20:56:27.977 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 77
2016-01-30 20:56:27.977 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 78
2016-01-30 20:56:27.977 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 79
2016-01-30 20:56:27.977 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 80
2016-01-30 20:56:27.978 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 81
2016-01-30 20:56:27.978 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 82
2016-01-30 20:56:27.978 AFTabledCollectionView[40454:3174852] cellForItemAtIndexPath 0 / 83
cellForItemAtIndexPath called concurrent, without scrolling.
Any ideas!?