六月先生
六月先生
- (instancetype)initWithRootViewController:(UIViewController *)rootViewController{ self = [super initWithRootViewController:rootViewController]; if (self) { self.navigationBar.dk_barTintColorPicker = DKColorPickerWithKey(BAR); } return self; }
@lzyy 我使用你源码的路径(http://api.huaban.com/fm/wallpaper/tags)请求,GET请求正常,但是使用我的路径(http://api.wd.tgnet.com/Info/NewestList),GET请求就没有一点反应。我把两个路径在浏览器上跑,有数据的。我的不需要token,请问是什么回事?请教一下 ` - (RACSignal *)getHomeDataWithClassNo:(NSString *)classNo page:(NSInteger)page limit:(NSInteger)limit{ NSDictionary *paraDic = @{@"class_no":TG_SERVER_INTERFACE_IS_EMTYPE(classNo), @"page":@(page), @"limit":@(limit) }; // NSString *urlString = [NSString stringWithFormat:@"http://api.wd.tgnet.com/Info/NewestList?class_no=%@page=%@limit=%@", classNo, @(page), @(limit)]; NSString *urlStr = @"http://api.wd.tgnet.com/Info/NewestList"; //...
显示完折线图的数据 然后默认显示第一个点的tooltip