Write Data using Wild Dog (wilddog) cloud SetValue

Source: Internet
Author: User

- (void) viewdidload {[Super viewdidload]; //creating a wild Dog instantiation object for listening to numeric changes at any timeWilddog *myrootref = [[Wilddog alloc] Initwithurl:@"Https://exile.wilddogio.com/weather"]; //Listening key value[Myrootref observeeventtype:weventtypevalue withblock:^ (Wdatasnapshot *snapshot) {NSLog (@"%@-%@", Snapshot.key, Snapshot.value);    }]; //assigning an initial value to the weather key[Myrootref SetValue:@"Sunny"]; UIButton* Btn1=[[uibutton Alloc]initwithframe:cgrectmake ( -, -, -, -)]; Btn1.backgroundcolor=[Uicolor Orangecolor];    [Btn1 addtarget:self Action: @selector (changeValue1) forcontrolevents:uicontroleventtouchupinside];        [Self.view ADDSUBVIEW:BTN1]; UIButton* Btn2=[[uibutton Alloc]initwithframe:cgrectmake ( -, -, -, -)]; Btn2.backgroundcolor=[Uicolor Orangecolor];    [Btn2 addtarget:self Action: @selector (ChangeValue2) forcontrolevents:uicontroleventtouchupinside]; [Self.view addsubview:btn2];}-(void) changevalue1{Wilddog*myrootref = [[Wilddog alloc] Initwithurl:@"Https://exile.wilddogio.com/weather"]; [Myrootref SetValue:@"Snow"];}-(void) changevalue2{Wilddog*myrootref = [[Wilddog alloc] Initwithurl:@"Https://exile.wilddogio.com/weather"]; [Myrootref SetValue:@" Wind"];}

Write Data using Wild Dog (wilddog) cloud SetValue

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.