上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 17 下一页
摘要: iOS开发之静态库.a的制作教程 2015-02-26 09:13 编辑: pockry 分类:iOS开发 来源:董文博的博客 1 16350 iOS开发静态库framework 招聘信息: iOS软件工程师 Web后端高级开发工程师 Mac开发工程师 iOS技术专家 高级PHP开发工程师 iOS 阅读全文
posted @ 2016-03-08 11:10 zhen_zhen 阅读(120) 评论(0) 推荐(0) 编辑
摘要: //gzz0307 -(void)maketitleView11{ UIView * titleView =[[UIView alloc]initWithFrame:CGRectMake(0, 0, ConentViewWidth - 0 , 54)]; searchTextField = [[UI 阅读全文
posted @ 2016-03-07 17:11 zhen_zhen 阅读(234) 评论(0) 推荐(0) 编辑
摘要: //gzz0307 下面四行的 NSString *getString=[NSString stringWithFormat:@"%@",StrartQv]; //字条串是否包含有某字符串 gzz0307 if ([getString rangeOfString:@"="].location == 阅读全文
posted @ 2016-03-07 17:08 zhen_zhen 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 1: #import "ContactListViewCell.h" @implementation ContactListViewCell -(id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reus 阅读全文
posted @ 2016-03-04 17:53 zhen_zhen 阅读(167) 评论(0) 推荐(0) 编辑
摘要: .h是这样的 #import <UIKit/UIKit.h> #import <BaiduMapAPI/BMapKit.h> @interface NearbyViewController : UIViewController<BMKLocationServiceDelegate,BMKMapVie 阅读全文
posted @ 2016-03-01 14:07 zhen_zhen 阅读(281) 评论(0) 推荐(0) 编辑
摘要:  CSDN博客 gf771115 iOS 用CornerStone配置SVN,HTTP及svn简单使用说明 CornerStone是Mac OS X系统下非常好用的一款svn工具,至XCode5之后,本人觉得XCode5的Svn实在让人不得要领,而CornerStone配置虽不难,但也有几个需要 阅读全文
posted @ 2016-03-01 09:51 zhen_zhen 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 工程文件上传到svn中,.a文件会自动屏蔽(应该叫屏蔽,反正就是上传不上去) 用Cornerstone工具,解决这个问题 1.打开Cornerstone左上角,点Cornerstone->Preferences->Subversion 2.Global lgnores下面有一个Use default 阅读全文
posted @ 2016-03-01 09:41 zhen_zhen 阅读(149) 评论(0) 推荐(0) 编辑
摘要: project -->build setting enable bitcode 也是no targets ...build setting enable bitconde 也是no 阅读全文
posted @ 2016-02-29 14:45 zhen_zhen 阅读(116) 评论(0) 推荐(0) 编辑
摘要: iOS开发者证书的那些事 字数1449 阅读71 评论0 喜欢3 👉苹果官方文档 Certificates 证书 我们从开发者中心了解到,开发者证书分为两种类型:Development Certificate(开发证书)和Production Certificate(发布证书)。两种证书都有对应的 阅读全文
posted @ 2016-02-29 11:20 zhen_zhen 阅读(207) 评论(0) 推荐(0) 编辑
摘要: iOS的版本号,一个叫做Version,一个叫做Build,这两个值都可以在Xcode 中选中target,点击“Summary”后看到。Version在plist文件中的key是“CFBundleShortVersionString”,和AppStore上的版本号保持一致,Build在plist中 阅读全文
posted @ 2016-02-28 00:54 zhen_zhen 阅读(120) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 17 下一页