drupal-ios-sdk

码农软件 · 软件分类 · 网站API · 2019-03-10 13:29:33

软件介绍

drupal-ios-sdk 是 Drupal 专为 iOS 开发的 SDK 开发工具包,可在 iOS 上直接访问 Drupal 服务。

示例代码:

  NSDictionary *params = [[NSDictionary alloc] initWithObjects:[NSArray arrayWithObjects:@"articles", nid, nil] forKeys:[NSArray arrayWithObjects:@"view_name", @"args", nil]];
  [DIOSView viewGet:params success:^(AFHTTPRequestOperation *operation, id responseObject) {
    [self set_sites:responseObject];
    [self.tableView reloadData];
    [self stopLoading];
  } failure:^(AFHTTPRequestOperation *operation, NSError *error) {
    #warning We should let the user know rather than dumping a log
    [self stopLoading];
    NSLog(@"Something went wrong: %@", [error localizedDescription]);
  }];

本文地址:https://www.codercto.com/soft/d/1039.html

Advanced Web Metrics with Google Analytics

Advanced Web Metrics with Google Analytics

Brian Clifton / Sybex / 2008 / USD 39.99

Are you getting the most out of your website? Google insider and web metrics expert Brian Clifton reveals the information you need to get a true picture of your site's impact and stay competitive usin......一起来看看 《Advanced Web Metrics with Google Analytics》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

html转js在线工具
html转js在线工具

html转js在线工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具