摘要:
先看下面的代码:更多阅读请访问http://www.hopean.com- (void)imagePickerController:(UIImagePickerController*)picker didFinishPickingMediaWithInfo:(NSDictionary*)info { NSString*mediaType = [infoobjectForKey:UIImagePickerControllerMediaType]; if([mediaTypeisEqualToString:@"public.image"]){ image= [infoobjec 阅读全文
posted @ 2012-11-27 17:18
hopeanCom
阅读(344)
评论(0)
推荐(0)
摘要:
iOS 实现简单的移动UIView代码实例在iewDidLoadzh中创建UIView请访问http://www.hopean.comUIView *tmpView = [[UIView alloc] initWithFrame:CGRectMake(30.0, 30.0, 45.0, 45.0)]; tmpView.backgroundColor = [UIColor brownColor]; tmpView.tag = 100; [self.view addSubview:tmpView]; [tmpView release];实现简单的移动UIV... 阅读全文
posted @ 2012-11-27 10:54
hopeanCom
阅读(332)
评论(0)
推荐(0)
摘要:
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<title>横向二级导航</title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
</head>
< 阅读全文
posted @ 2012-11-27 09:51
hopeanCom
阅读(220)
评论(0)
推荐(0)