摘要: 概述在iOS开发中视图的切换是很频繁的,独立的视图应用在实际开发过程中并不常见,除非你的应用足够简单。在iOS开发中常用的视图切换有三种,今天我们将一一介绍:UITabBarControllerUINavigationController模态窗口UITabBarControlleriOS三种视图切换... 阅读全文
posted @ 2016-01-26 16:46 如来藏 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 刚刚碰到相同的问题,自己解决了,很简单,profile冲突,(自己遇到的现象是之前的profile关联的certificate过期,然后重新生成 了certificate和更新了profile。但是是同一个profile,导致设置的时候还是识别的之前的profile,和新的 certificate不... 阅读全文
posted @ 2015-09-22 09:52 如来藏 阅读(549) 评论(0) 推荐(0) 编辑
摘要: 此@interface部分为类扩展(extension)。其被设计出来就是为了解决两个问题的,其一,定义类私有方法的地方。其二,实现public readonly,private readwrite的property(意思是在h头文件中定义一个属性对外是readonly的,但在类的内部希望是可读写的... 阅读全文
posted @ 2015-08-31 13:08 如来藏 阅读(357) 评论(0) 推荐(0) 编辑
摘要: 1, 将文件夹ELCImagePicker拷贝到工程中2,添加系统库AssetsLibrary.framework3, 添加系统库MobileCoreServices4,在头文件中加入引用#import "ELCImagePickerHeader.h"5,在头文件中加入delegate的引用ELCI... 阅读全文
posted @ 2015-04-14 10:55 如来藏 阅读(1272) 评论(0) 推荐(0) 编辑
摘要: March 3rd, 2011 Posted by: Matt Tuzzolo - posted under:Articles » Featured I recently spent some time with ELCImagePickerController. For those of you ... 阅读全文
posted @ 2015-04-14 10:22 如来藏 阅读(405) 评论(0) 推荐(0) 编辑
摘要: 系统的UIImagePickerController只能让用户选择单图片,而一般情况下,我们需要上传多张图片,这时应该可以同时选择多张图片,否则用户体验会很差。因此多图片选择器就诞生了。 在类库中,苹果为我们提供了一个AssetsLibrary.Framework的库,可以通过它获取设备里的图片和... 阅读全文
posted @ 2015-04-14 10:18 如来藏 阅读(242) 评论(0) 推荐(0) 编辑
摘要: accepted You have to use custom imagepicker. And I think ELCImagePickerController is the best option in my opinion.There is also some other library th... 阅读全文
posted @ 2015-04-14 10:05 如来藏 阅读(2662) 评论(0) 推荐(0) 编辑
摘要: 提示build,一直没有反应。问题:工程中原有的shell命令屏蔽掉了 阅读全文
posted @ 2015-04-08 16:02 如来藏 阅读(194) 评论(0) 推荐(0) 编辑
摘要: This post will cover the basic setup and creation of an application with web content for iPhone that will load local CSS files and some useful JavaScr... 阅读全文
posted @ 2015-04-01 16:34 如来藏 阅读(607) 评论(0) 推荐(0) 编辑
摘要: TextMate - 编辑工具 阅读全文
posted @ 2015-03-27 16:33 如来藏 阅读(132) 评论(0) 推荐(0) 编辑