摘要: 控制器视图之间的转场,你可以使用模态方式或push方式。模态方式(presentViewcontroller)默认的动画效果是从下到上显示视图,当然你可以修改控制器的一个属性modalTransitionStyle来设置转场的动画。push方式(pushViewController)的前提要求当前控... 阅读全文
posted @ 2015-08-31 21:27 OIMMZC 阅读(373) 评论(0) 推荐(0) 编辑
摘要: - (IBAction)doNetButton:(id)sender { Reachability *hostReach=[Reachability reachabilityWithHostName:@"www.baidu.com"];//网络可达性 NetworkStatus status=[... 阅读全文
posted @ 2015-08-31 17:25 OIMMZC 阅读(273) 评论(0) 推荐(0) 编辑
摘要: //// AchievementViewController.m// LIBAOZHENG0826//// Created by 张艳锋 on 15/8/27.// Copyright (c) 2015年 张艳锋. All rights reserved.//#import "Achievement... 阅读全文
posted @ 2015-08-31 16:56 OIMMZC 阅读(265) 评论(0) 推荐(0) 编辑
摘要: UITextView *textView=[[UITextView alloc]initWithFrame:CGRectMake(20, 40, 150, 170)];//初始化并设置大小 textView.text= [ModelDataAll dataDetailFromModel:poet_... 阅读全文
posted @ 2015-08-31 16:34 OIMMZC 阅读(1412) 评论(0) 推荐(0) 编辑