码迷,mamicode.com
首页 >  
搜索关键字:ios开发基础    ( 112个结果
iOS开发基础知识--碎片17
iOS开发基础知识--碎片17 iOS开发基础知识--碎片17 1:contentSize、contentInset和contentOffset区别 contentSize 是scrollview中的一个属性,它代表scrollview中的可显示区域,假如有一个scrollview,它的frame为 ...
分类:移动开发   时间:2016-08-22 16:09:44    阅读次数:220
iOS开发基础知识--碎片13
iOS开发基础知识--碎片13 1:运行程序报the file couldn't be opened because you don't have permission to view it 解决办法:项目—>targets->build settings->build options->chang ...
分类:移动开发   时间:2016-08-21 11:08:33    阅读次数:288
iOS开发基础知识--碎片14
iOS开发基础知识--碎片14 1:ZIP文件压缩跟解压,使用ZipArchive 创建/添加一个zip包 ZipArchive* zipFile = [[ZipArchive alloc] init]; //次数得zipfilename需要一个完整得路径,例如***/Documents/demo. ...
分类:移动开发   时间:2016-08-21 11:05:45    阅读次数:249
iOS开发基础知识--碎片12
iOS开发基础知识--碎片12 1:Delegate运用 .h #import <UIKit/UIKit.h> @protocol FilterHeaderViewDelegate <NSObject> @required -(void)filterHeaderViewMoreBtnClicked: ...
分类:移动开发   时间:2016-08-21 11:03:55    阅读次数:280
iOS开发基础知识--碎片15
iOS开发基础知识--碎片15 1:将自定义对象转化成NsData存入数据库 要转为nsdata自定义对象要遵循<NSCoding>的协议,然后实现encodeWithCoder,initwithcode对属性转化,实例如下: HMShop.h #import <Foundation/Foundat ...
分类:移动开发   时间:2016-08-21 10:58:51    阅读次数:249
iOS开发基础知识--碎片9
iOS开发基础知识--碎片9 1:两种方法删除NSUserDefaults所有记录 //方法一 NSString *appDomain = [[NSBundle mainBundle] bundleIdentifier]; [[NSUserDefaults standardUserDefaults] ...
分类:移动开发   时间:2016-08-20 16:22:18    阅读次数:297
iOS开发基础知识--碎片11
iOS开发基础知识--碎片11 1:AFNetwork判断网络状态 #import “AFNetworkActivityIndicatorManager.h" - (BOOL)application:(UIApplication *)application didFinishLaunchingWit ...
分类:移动开发   时间:2016-08-20 16:13:35    阅读次数:195
iOS开发基础知识--碎片8
iOS开发基础知识--碎片8 1:用UIImageView作为背景,但直接把按钮或者 UITextField放在上面无法相应事件。 解决办法:UIImageView默认的UserInteractionEnabled是NO,把它修改成YES,或者可以直接在XCODE上面的view有个属性勾选User ...
分类:移动开发   时间:2016-08-20 16:01:40    阅读次数:187
iOS开发基础知识--碎片10
iOS开发基础知识--碎片10 1:如何给表格单元列增加选择时的背影效果 if (cell == nil) { cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:cell ...
分类:移动开发   时间:2016-08-20 15:58:25    阅读次数:216
iOS开发基础知识--碎片7
iOS开发基础知识--碎片7 三十八:各个版本IPHONE分辨率及图片的实现原理 desert@2x : iPhone 4s (320 x 420) desert-568h@2x : iPhones 5, 5C and 5S (320 x 568) desert-667h@2x : iPhone 6 ...
分类:移动开发   时间:2016-08-19 09:56:26    阅读次数:256
112条   上一页 1 2 3 4 5 ... 12 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!