07 2015 档案
摘要:// HttpManager.h// JsonModel&AFNetWorking//// Created by qianfeng on 15/7/21.// Copyright (c) 2015年 张国锋. All rights reserved.//#import #import "AF...
阅读全文
摘要:// User.h// CoreDataDemo//// Created by gaokunpeng on 15/2/4.// Copyright (c) 2015年 qianfeng. All rights reserved.//#import #import @interface Use...
阅读全文
摘要:// ViewController.h// FirstAFNetWorking//// Created by 张国锋 on 15/7/20.// Copyright (c) 2015年 张国锋. All rights reserved.//#import @interface ViewCon...
阅读全文
摘要:// ProductModel.h// JSONModel//// Created by 张国锋 on 15/7/20.// Copyright (c) 2015年 张国锋. All rights reserved.//#import "JSONModel.h"@interface Prod...
阅读全文
摘要:// StockModel.h// KVO//// Created by 张国锋 on 15/7/20.// Copyright (c) 2015年 张国锋. All rights reserved.//#import @interface StockModel : NSObject@pro...
阅读全文
摘要:// UserModel.h// KVC//// Created by 张国锋 on 15/7/20.// Copyright (c) 2015年 张国锋. All rights reserved.//#import @interface UserModel : NSObject@prope...
阅读全文
摘要:(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath这个代理方法的实现,在可见的页面是会重复绘制页面的,所以绝大部分人都会在这里做一些代码处理比如:s...
阅读全文
摘要:浅拷贝就比如像引用类型,而深拷贝就比如值类型。浅拷贝是指源对象与拷贝对象共用一份实体,仅仅是引用的变量不同(名称不同)。对其中任何一个对象的改动都会影响另外一个对象。举个例子,一个人一开始叫张三,后来改名叫李四了,可是还是同一个人,不管是张三缺胳膊少腿还是李四缺胳膊少腿,都是这个人倒霉。深拷贝是指源...
阅读全文
摘要:// AppDelegate.m// UI2_异步下载//// Created by zhangxueming on 15/7/17.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "AppDelegate...
阅读全文
摘要://// ViewController.m// UI2_同步下载//// Created by zhangxueming on 15/7/17.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "ViewCo...
阅读全文
摘要:// DataModel.h// UI1_HTTP下载//// Created by zhangxueming on 15/7/17.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import @interface D...
阅读全文
摘要:// AppDelegate.m// UI3_UICollectionViewMuti//// Created by zhangxueming on 15/7/16.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#imp...
阅读全文
摘要:// AppDelegate.m// UI2_UICollectionViewPicture//// Created by zhangxueming on 15/7/16.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#...
阅读全文
摘要:// AppDelegate.m// UI1_UICollectionView//// Created by zhangxueming on 15/7/16.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import ...
阅读全文
摘要:As alocal variable:returnType(^blockName)(parameterTypes) = ^returnType(parameters) {...};As aproperty:@property (nonatomic, copy)returnType(^blockNam...
阅读全文
摘要:// AppDelegate.m// CustomTabBar//// Created by qianfeng on 15/7/9.// Copyright (c) 2015年 qianfeng. All rights reserved.//#import "AppDelegate.h"#i...
阅读全文
摘要:// AppDelegate.m// UI3_CustomUITableViewCell//// Created by zhangxueming on 15/7/15.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#im...
阅读全文
摘要:// CustomUITableViewController.h// UI2_QQ折叠-UITableViewController//// Created by zhangxueming on 15/7/15.// Copyright (c) 2015年 zhangxueming. All ...
阅读全文
摘要:// UI1_UITableViewSearchController//// Created by zhangxueming on 15/7/15.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "AppDe...
阅读全文
摘要:// AppDelegate.m// UI4_UITableViewSectionIndex//// Created by zhangxueming on 15/7/14.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#...
阅读全文
摘要:// AppDelegate.m// UI3_UITableViewDelete(多选)//// Created by zhangxueming on 15/7/14.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#im...
阅读全文
摘要:// AppDelegate.m// UI2_UITableViewDelete//// Created by zhangxueming on 15/7/14.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import...
阅读全文
摘要://// AppDelegate.m// UI1_UITableViewHomeWork//// Created by zhangxueming on 15/7/14.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#im...
阅读全文
摘要://// AppDelegate.m// UI4_UITableViewEdit//// Created by zhangxueming on 15/7/13.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import...
阅读全文
摘要://// AppDelegate.m// UI3_UITableView//// Created by zhangxueming on 15/7/13.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "Ap...
阅读全文
摘要://// AppDelegate.m// UI2_ScrollViewHomeWork//// Created by zhangxueming on 15/7/13.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#imp...
阅读全文
摘要://// AppDelegate.m// UI1_ScrollViewHomeWork//// Created by zhangxueming on 15/7/13.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#imp...
阅读全文
摘要:// AppDelegate.m// 页面传值总结//// Created by qianfeng on 15/6/13.// Copyright (c) 2015年 qianfeng. All rights reserved.//#import "AppDelegate.h"#import...
阅读全文
摘要://// ViewController.h// UI2_ScrollView&UIPageControl//// Created by zhangxueming on 15/7/10.// Copyright (c) 2015年 zhangxueming. All rights reserv...
阅读全文
摘要://// AppDelegate.m// UI1_UIScrollView//// Created by zhangxueming on 15/7/10.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "A...
阅读全文
摘要://// ViewController.h// UI2_UIGesture//// Created by zhangxueming on 15/7/9.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import @in...
阅读全文
摘要://// ViewController.m// UI1_UITouch//// Created by zhangxueming on 15/7/9.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "View...
阅读全文
摘要://// ViewController.m// UI2_NSUserDefaults//// Created by zhangxueming on 15/7/8.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#impor...
阅读全文
摘要://// AppDelegate.h// UI1_UITabBarController//// Created by zhangxueming on 15/7/8.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#impo...
阅读全文
摘要://// ViewController.m// UI4_UIWebView//// Created by zhangxueming on 15/7/7.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "Vi...
阅读全文
摘要://// ViewController.m// UI6_UIAlertContrller//// Created by zhangxueming on 15/7/7.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#imp...
阅读全文
摘要://// ViewController.h// UI5_UIAlertView与UIActionSheet//// Created by zhangxueming on 15/7/7.// Copyright (c) 2015年 zhangxueming. All rights reserv...
阅读全文
摘要://// ViewController.m// UI4_UIStepper与UIProgressView//// Created by zhangxueming on 15/7/7.// Copyright (c) 2015年 zhangxueming. All rights reserve...
阅读全文
摘要://// ViewController.m// UI2_UISwitch与UIActivity//// Created by zhangxueming on 15/7/7.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#...
阅读全文
摘要://// ViewController.m// UI1_UISlider与UISegment//// Created by zhangxueming on 15/7/7.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#i...
阅读全文
摘要://// AppDelegate.m// UI5_UINavigation传值//// Created by zhangxueming on 15/7/7.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "...
阅读全文
摘要://// AppDelegate.m// UI4_UIToolBar//// Created by zhangxueming on 15/7/6.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "AppDe...
阅读全文
摘要://// AppDelegate.m// UI3_UIbarButtonItem//// Created by zhangxueming on 15/7/6.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import ...
阅读全文
摘要://// AppDelegate.m// UI2_UINavigationBar//// Created by zhangxueming on 15/7/6.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import ...
阅读全文
摘要://// FourthViewController.h// UI1_UINavigationController//// Created by zhangxueming on 15/7/6.// Copyright (c) 2015年 zhangxueming. All rights res...
阅读全文
摘要://// ItemCompany.h// UI5_HomeWork//// Created by zhangxueming on 15/7/3.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import @interf...
阅读全文
摘要://// ViewController.h// UI4_注册登录界面//// Created by zhangxueming on 15/7/3.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import #impor...
阅读全文
摘要://// ViewController.m// UI3_视图切换//// Created by zhangxueming on 15/7/3.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "ViewCon...
阅读全文
摘要://// SubViewController.h// UI2_视图切换//// Created by zhangxueming on 15/7/3.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import @inte...
阅读全文
摘要://// ThirdViewController.h// UI1_ViewController视图切换及Appdelegate//// Created by zhangxueming on 15/7/3.// Copyright (c) 2015年 zhangxueming. All rig...
阅读全文
摘要://// SecondViewController.h// UI3_UIViewController生命周期//// Created by zhangxueming on 15/7/2.// Copyright (c) 2015年 zhangxueming. All rights reser...
阅读全文
摘要://// ViewController.h// UI2_UITextField//// Created by zhangxueming on 15/7/2.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import @...
阅读全文
摘要://// ViewController.m// UI1_Calayer//// Created by zhangxueming on 15/7/2.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "View...
阅读全文
摘要://// View.h// UI5_HomeWork//// Created by zhangxueming on 15/7/2.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import #import "DataM...
阅读全文
摘要://// ViewController.m// UI4_UIImageView//// Created by zhangxueming on 15/7/1.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "...
阅读全文
摘要://// ViewController.m// UI3_UIView自动布局//// Created by zhangxueming on 15/7/1.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "V...
阅读全文
摘要://// ViewController.m// UI2_视图切换//// Created by zhangxueming on 15/7/1.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "ViewCon...
阅读全文
摘要://// ViewController.m// UI1_UIView层操作//// Created by zhangxueming on 15/7/1.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "Vi...
阅读全文
摘要://// AppDelegate.m// UI3_ViewController初步//// Created by zhangxueming on 15/6/30.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#impor...
阅读全文
摘要://// AppDelegate.m// UI2_ButtonChess//// Created by zhangxueming on 15/6/30.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "Ap...
阅读全文
摘要://// AppDelegate.m// UI1_UIButton//// Created by zhangxueming on 15/6/30.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "AppDe...
阅读全文
摘要://// AppDelegate.m// UI4_LabelChess//// Created by zhangxueming on 15/6/29.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "App...
阅读全文
摘要://// AppDelegate.m// UI3_UILabel//// Created by zhangxueming on 15/6/29.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "AppDel...
阅读全文
摘要://// AppDelegate.m// UI2_IOS坐标系//// Created by zhangxueming on 15/6/29.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "AppDele...
阅读全文
摘要://// AppDelegate.m// UI1_应用的程序的生命周期//// Created by zhangxueming on 15/6/29.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "App...
阅读全文
摘要://// View.h// UI5_HomeWork//// Created by zhangxueming on 15/7/2.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import #import "DataM...
阅读全文

浙公网安备 33010602011771号