-
iPhone – Create a Message Box Using UIAlertViewiPhone 2010. 8. 13. 17:22
In iPhone Application, you can use the UIAlertView to create a message box. The following code is an example.
--------------------------------------------------------------------------------
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Title"
'iPhone' 카테고리의 다른 글
iPhone SDK: A Beginner's Guide (0) 2010.08.25 [iPhone App Dev Issue] (0) 2010.08.13 iPhone용 Open Source 모음 (0) 2010.08.11 iPhone Image Processing (png <-> tiff) (0) 2010.07.15 Windows OS에서 Object-C 컴파일 해보기! (1) 2010.07.09