摘要: UIView *bgColorView = [[UIView alloc] init];[bgColorView setBackgroundColor:[UIColor redColor]];[cell setSelectedBackgroundView:bgColorView];[bgColorView release]; 阅读全文
posted @ 2013-08-20 18:09 菜鸟程序猿 阅读(333) 评论(0) 推荐(0) 编辑
摘要: Reachability *connectionNetWork= [Reachability reachabilityForInternetConnection] ; int status = [connectionNetWork currentReachabilityStatus ];// 0 没有网络// 1 wifi 阅读全文
posted @ 2013-08-20 18:02 菜鸟程序猿 阅读(155) 评论(0) 推荐(0) 编辑
摘要: #import "MianViewController.h"#import @interface MianViewController (){ UIImageView *shakeFeedbackOverlay; NSTimer *rotateTimer; int timeCount;}@end@implementation MianViewController- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil{ self = [super initWithN... 阅读全文
posted @ 2013-08-20 17:57 菜鸟程序猿 阅读(384) 评论(0) 推荐(0) 编辑