高仿百思不得姐(败家姐模块)---cuzySdk IOS demo 已经发布

news/2025/1/15 12:20:46/

Cuzy-iOS-demo

alt tag

iOS demo, that shows the capabilities of Cuzy SDK (淘宝客), that can be found on http://www.cuzy.com

last update: 2013.6.5

===============version 1.0===============

  1. this is a IOS APP SDK for taobaoke (Also has a sdk for android)

  2. you can download the sdk at : http://cuzy.com/index/download_sdk

  3. Something Notable:

    1).Copy the apropriate architecture's .a library and the apropriate resource bundle when you test.

    2).You app's mainWindow's rootViewController should not be nil.

    3).Add -ObjC linker flag to your other link flag.

4.HOW TO USE:

import "CuzyAdSDK.h"

@interface FrontViewController : UIViewController

{

}

  • (void)viewDidLoad { [super viewDidLoad]; [[CuzyAdSDK sharedAdSDK] setDelegate:self]; [[CuzyAdSDK sharedAdSDK] registerAppWithAppKey:@"cuzy key" andAppSecret:@"cuzy secret"]; }

  • (IBAction)showLayout1:(id)sender { [[CuzyAdSDK sharedAdSDK] fetchAppItemWithThemeID:nil orSearchKeywords:@"abcd"]; }

  • (IBAction)showLayout2:(id)sender { [[CuzyAdSDK sharedAdSDK] fetchAppItemWithThemeID:@"8" orSearchKeywords:@"abcde"]; }

  • (IBAction)getRawDataArray:(id)sender { NSArray* rawArray = [[CuzyAdSDK sharedAdSDK] fetchRawItemArraysWithThemeID:@"8" orSearchKeywords:@"adbc" withPageIndex:0];

    NSLog(@"the rawArray size is %d", rawArray.count); for (int i =0;i<[rawArray count]; i++) { CuzyTBKItem* tempItem = [rawArray objectAtIndex:i];

    }

}

QQ:1263572458 QQ群:322622433

意见反馈及技术支持:Email:support@theindex.com,aa@theindex.com

地址:朝阳区西大望路甲3号 蓝堡国际中心1座2303

alt tagalt tag

alt tag

alt tag

alt tag


http://www.ppmy.cn/news/554658.html

相关文章

HELLO WORLD--百思不如一动

坚持的魅力大家都懂&#xff0c;看看那些常年坚持某一技术或领域的孩子&#xff0c;大多都成了牛人&#xff0c;从小咱们也听着&#xff0c;水滴石穿的道理。 该blog开始的目的&#xff0c;是为了试着学会坚持与共享知识&#xff0c;早有此念头&#xff0c;今受老罗的android …

从0到1利用React-Native构建百思不得姐(四)

如果感觉我写的不错&#xff0c;关注我&#xff0c;给个star哦&#xff01;项目地址 前言 从0到1利用React-Native构建百思不得姐(三) 从0到1利用React-Native构建百思不得姐(二) 从0到1利用React-Native构建百思不得姐(一) 通过前三篇文章&#xff0c;已经完成了百思不得姐中部…

精仿百思不得姐客户端应用iOS源码

XFBaiSiBuDeJie 高仿百思不得姐客户端 初次学习使用RAC&#xff0c;还不是怎么熟悉&#xff0c;使用的仍是MVC模式&#xff0c;MVVM还在摸索中... 如果大家觉得还不错&#xff0c;请给颗星星支持下~~~ 程序中使用到的库 AFNetworkingSDWebImageSVProgressHUDMJExtensionReacti…

趣图:记一次百思不得其解的 Bug/异常

&#xff08;点击上方公众号&#xff0c;可快速关注&#xff09; 记一次百思不得其解的 Bug/异常 ↓↓↓ 关注「程序员的那些事」 每天看 IT 趣图 ↓↓↓

百思不得其解的WebAPI控制器匹配BUG

调用链接是&#xff1a; http://localhost:9910/api/ElementAttr/DeleteAttr/c9 提示404&#xff0c;进不去控制器的后端方法。

百思不得姐项目学习总结

少叙述&#xff0c;多代码&#xff0c;简单粗暴最高效。 tabBarItem的tiltle属性设置 NSMutableDictionary *selectedAttrs [NSMutableDictionary dictionary];selectedAttrs[NSFontAttributeName] [UIFont systemFontOfSize:12];selectedAttrs[NSForegroundColorAttribute…

爬取''百思不得姐''网站的全部视频

分析URL&#xff0c;发现网站视频页面的视频链接是全部嵌入在源代码中的。 所以首先获取源码&#xff0c;用正则表达式得到视频链接和视频名称&#xff0c;接着遍历不同页面的url&#xff0c;最后在本地生成文件存入。 源码如下&#xff1a; #Design by minyuandong import r…

iOS 百思不得姐 项目

http://www.jianshu.com/p/ed32e0564131 转载于:https://www.cnblogs.com/webglcn/p/5123714.html