|
@@ -634,7 +634,7 @@
|
|
|
return 5+10+30;
|
|
return 5+10+30;
|
|
|
}
|
|
}
|
|
|
else if (section==1){
|
|
else if (section==1){
|
|
|
- return 5+10+40;
|
|
|
|
|
|
|
+ return 5+10+50;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
return 5+10+20;
|
|
return 5+10+20;
|
|
@@ -668,7 +668,7 @@
|
|
|
}];
|
|
}];
|
|
|
}
|
|
}
|
|
|
else if(section==1){
|
|
else if(section==1){
|
|
|
- tailView.frame = CGRectMake(0, 0, SCREEN_W, 5+10+40.0);
|
|
|
|
|
|
|
+ tailView.frame = CGRectMake(0, 0, SCREEN_W, 5+10+50.0);
|
|
|
|
|
|
|
|
UITextView *contentTV = [[UITextView alloc] init];
|
|
UITextView *contentTV = [[UITextView alloc] init];
|
|
|
contentTV.backgroundColor = [UIColor clearColor];
|
|
contentTV.backgroundColor = [UIColor clearColor];
|