search on tableview
posted on 05 Oct 2011 10:58 by xnanoob in Tutorials“ก๊าบๆๆ” เสียงแห่งความเซ็งเป็ด
ช่วงนี้หนูใกล้จะสอบไฟน่อลแร้ว ยังไม่ได้อ่านหนังสือเลย คะแนน midterm ออกมาต่ำมาก เต็ม 100 ได้ 26 คะแนน สถุลสุดๆ แถมยังต้องมานั่งแก้โค้ดลูกค้าอีก หุ้นก้อตก ผู้ชายก้อทิ้ง
แถมวันนี้น้องฝึกงานที่นั่งข้างๆ มาบอกให้พี่ช่วยทำตัวอย่าง search ข้อมูลให้ดูหน่อย เบื่อแม่งจิงๆ เป็นน้องผู้ชายจะไม่ว่าอะไรเลย นี้ก็แต่งตัวทาหน้าทาปากไปวันนี้แถมสวยกว่าหนูอีก
เดี๋ยวไงวันนี้ลองมาดูคลาส nspredicate กันนะค่ะ เป็นตัวอย่างเหมือนกับ like หน้า like หลัง
NSPredicate* predicate = [NSPredicate
predicateWithFormat:@"SELF like %@ ",YOUR_TEXT_SEARCH];
DATASOURCE_AFTER_SEARCH = [YOUR_DATASOURCE
filteredArrayUsingPredicate: predicate];


จบแร้วค่า บายค่ะ งุงุ
ชีวิตแค่โดนทำร้าย อ.จะตัดเกรดอะไรวะเนี้ย เครียดโว้ย
ทำ zoom ขยาย image iphone
posted on 28 Sep 2011 17:53 by xnanoob in Tutorials

และในส่วนของ main นะค่ะ



ขอบคุณค่ะ งุงุ
ipad นั่ง convert app แบบ universal
posted on 21 Sep 2011 22:26 by xnanoob in TutorialsiPhone Application Programming
posted on 16 Sep 2011 17:33 by xnanoob in Newsอาทิเช่น accelerometer ,camera ,push notification ,core data และ iAds โดยในเนื้อหานั้นจะครอบคลุม SDK 4.0
รับสมัครงาน C# SQL Server Web Programmer
posted on 15 Sep 2011 19:01 by xnanoob in News
อบรมการเขียน Application บน Android
posted on 06 Sep 2011 16:24 by xnanoob in androidhttp://www.asiamediasoft.net
financial ratio
posted on 15 Aug 2011 10:55 by xnanoob in financialจะวันแม่แร้ว คิดถึงแม่กับความทรงจำและวิกฤตที่อเมริกา
posted on 11 Aug 2011 01:07 by xnanoob in Otherrotation image on iphone
posted on 03 Aug 2011 10:21 by xnanoob in Tutorials- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
// Return YES for supported orientations
//return (interfaceOrientation == UIInterfaceOrientationPortrait);
if (interfaceOrientation == UIInterfaceOrientationLandscapeRight ||
interfaceOrientation == UIInterfaceOrientationLandscapeLeft) {
float angle = 3.1416f*2.0;
myimage.frame = CGRectMake(100, 50, 300, 200);
myimage.transform = CGAffineTransformMakeRotation(angle);
}else{
float angle = -3.1416f*2.0;
myimage.frame = CGRectMake(10, 80, 300, 200);
myimage.transform = CGAffineTransformMakeRotation(angle);
}
return YES;
}






