小编aki*_*kin的帖子

当我的服务返回text/html时,如何处理AFJSONRequestOperation的响应?

我是AFNetWorkingk的新手,我的问题是当我使用AFJSONRequestOperation时,我的服务返回了text/html结果!任何人都可以给我一些建议吗?或者其他方法来实现这个?

afnetworking

2
推荐指数
1
解决办法
1119
查看次数

带有故事板的自定义 tableview 部分标题并出错?

如果我使用故事板添加自定义 uitableView 部分标题,我会收到此错误AX ERROR: Could not find my mock parent, most likely I am stale.此错误是什么意思,我该如何解决?标题代码:

 - (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section
{
    static NSString *cellID = @"sectionHeaderID";
    UITableViewCell *headerview = [tableView dequeueReusableCellWithIdentifier:cellID];
    return headerview;
}
Run Code Online (Sandbox Code Playgroud)

iphone storyboard uitableview

1
推荐指数
1
解决办法
4860
查看次数

标签 统计

afnetworking ×1

iphone ×1

storyboard ×1

uitableview ×1