UILocalNotification *localNotification = [[UILocalNotification alloc] init]; localNotification.applicationIconBadgeNumber = 1;// set here the value of badge [localNotification release];
if ([dataAr[2]isEqualToString:@"00"]) // Caller ส่งงาน { NSLog(@"งานเข้าสู่ระบบแล้ว"); [self AlertSound]; [self NotificationTaxi1]; }
-(void)NotificationTaxi1 { UILocalNotification *localNotiT = [[UILocalNotification alloc]init]; localNotiTaxi.timeZone = [NSTimeZone defaultTimeZone]; localNotiTaxi.alertBody =[NSString stringWithFormat:@"ระบบทำงาน"]; localNotiTaxi.alertAction = @"View"; localNotiTaxi.repeatInterval = 0; localNotiTaxi.soundName = UILocalNotificationDefaultSoundName; localNotiTaxi.applicationIconBadgeNumber = 1; localNotiTaxi.hasAction = YES; [[UIApplication sharedApplication]scheduleLocalNotification:localNotiT]; [localNotiT release]; }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง