iOS开源:FLAnimatedImage - iOS 的 Gif 渲染引擎 经验

于是使用了这个FLAnimatedImage,瞬间没存回到原来的位置. FLAnimatedImage 是 iOS 的一个渲染 Gif 动画的引擎。 1.可同时播放多个 Gif 2.动画,速度媲美桌面浏览器 3.可变帧延迟

ghte5147 2017-03-17   9601   0

iOS开源:GodEye - iOS监控编程 经验

from NSLog by asl module. CrashEye — CrashEye is an ios crash monitor,automatic catch exception crash & signal

liuruirui 2017-03-15   16437   0

iOS 11终于解决了这10个iOS 10的问题 资讯

6 月份就已经发布了 iOS 11,而且新系统可能在不到两个月的时间里就会正式推出了。可是有的用户对于是否要升级到 iOS 11 新系统版本上还不是很确定,因为他们不知道 iOS 11 到底有什么值得升级的。那么今天我们就带你来看看

jopen 2017-07-30   23413   0
IOS  

iOS多图片上传 代码段

+(NSString *)PostImagesToServer:(NSString *) strUrl dicPostParams:(NSMutableDictionary *)params dicImages:(NSMutableDictionary *) dicImages{ NSString * res; //分界线的标识符 NSString *TWITTERFON_FORM_BOUNDAR

nd4b 2015-01-22   6518   0
IOS  

iOS的NSString总结 代码段

1.常用功能使用 1)初始化 NSString *astring = @"This is a String!";                             //固定字符串 NSString *str = [NSString stringWithFormat:@"asd%d%@",123,@"ttt"];    //拼组字符串 2)截取 NSString *str = [@"asd" 

dwd4 2015-03-31   2823   0
IOS  

iOS开发-AsynSocket 代码段

导入AsynSocket库,导入CFNetwork系统库 1.新建single view工程 ViewController.h文件 #import <UIKit/UIKit.h> #import "AsyncSocket.h" @interface ViewController : UIViewController <AsyncSocketDelegate> { NSMutableArray *_

ccwv 2015-06-14   4915   0
IOS  

iOS数据持久化 代码段

// // AppDelegate.m // // #import "AppDelegate.h" #import "Person.h" @interface AppDelegate () @end @implementation AppDelegate - (void)dealloc { [_window release]; [super dealloc]; } - (BOOL)applicat

jopen 2015-07-14   1310   0
IOS  

iOS 调用电话 代码段

// 调用 自带mail [[UIApplicationsharedApplication] openURL:[NSURLURLWithString:@"mailto://admin@hzlzh.com"]]; // 调用 电话phone [[UIApplication sharedApplication] openURL:[NSURLURLWithString:@"tel://800880888

cnffe 2015-11-05   1477   0
IOS  
P6

  iOS 开发入门 文档

 iOS开发前期准备 iOS开发前期准备 版本:1.0 编制人:GGYD目录 1. 目标 3 2. 内容 3 2.1. iOS开发基本情况介绍 3 2.2. iOS开发环境搭建 3 2.3. iOS软件开发者证书

whqstrong 2012-05-23   19923   0

iOS代码规范 经验

iOS代码规范

jopen 2014-01-01   47262   0

iOS开源资源收集 经验

com/DigitalDJ/AudioStreamer 21.TapKuLibrary 一个很强大的iOS UI库 https://github.com/devinross/tapkulibrary

jopen 2013-11-04   15242   0

IOS常用代码整理 经验

IOS常用代码整理

jopen 2014-06-07   33814   0

iOS 画图组件 Chartee 经验

Chartee 是一个开源的 ios 画图组件,支持股票K线。 项目主页: http://www.open-open.com/lib/view/home/1334154604921

openkk 2012-04-11   24254   0

iOS开源项目大全 经验

数据可视化,可以绘制漂亮的棒状图、饼状图、线状图等等。 kal —— iPhone日历控件 一个类似于ios系统默认日历开源日历库,支持添加事件,自定义日历样式等功能。 EGOTableViewPullRefresh

openkk 2012-06-20   179830   0

iOS效率提升工具 经验

方便。那么,Cocoapods究竟是什么呢?简单来说,它就是一个用于管理Xcode依赖库的工具(iOS、Mac通用)。 由于Cocoapods非常受开发者欢迎,所以很多第三方库都会对Cocoapo

jopen 2014-01-17   17441   0

iOS 的照片库:AssetLibraryMultiselect 经验

AssetLibraryMultiselect 是一款为 ALAssetLibrary(iOS 的照片库)设计的多媒体浏览器。 项目主页: http://www.open-open.c

jopen 2014-01-22   10902   0

iOS翻书效果 Leaves 经验

Leaves 实现了类似 iBook 的翻书效果的视图切换。

openkk 2012-08-10   25849   0

iOS开源项目汇总 经验

http://code.google.com/p/panoramagl/ iOS app加密: http://www.ijiami.cn/ios 扫描wifi信息: http://code.google

jopen 2015-01-07   23030   0

iOS 测试驱动:PivotalCoreKit 经验

PivotalCoreKit 是 iOS 项目的常见开发包。它能够让你的应用程序看起来更加的漂亮,且不需要你在项目中重新编写相同的代码。它有几个不同的功能。但最主要的功能是能够帮助开发者们在 iOS 应用程序中测试驱动。

e2ex 2015-05-14   9844   0

iOS 标签:AttributedLabel 经验

AttributedLabel How to Install AttributedLabel iOS 8+ Cocoapods Add the following to yourPodfile:

ynnc 2015-07-28   11591   0
1 2 3 4 5 6 7 8 9 10