开源的iOS框架:Nimbus 经验

Nimbus是一个开源的iOS框架,比起Three20,Nimbus的文档更为全面、丰富,能够实现很多非常炫的界面特效。因此,开发者可以借助Nimbus来降低项目设计的复杂度。 项目主页:

jopen 2013-06-06   45404   0

iOS 图表库:FSLineChart 经验

FSLineChart 是简单的 iOS 线性图表库,很容易调节(大小,颜色,线宽度,标签显示等等),同时还包括非常好的展示动画。 NSArray* months = @[@"January", @"February"

jopen 2014-10-15   26770   0

iOS 加载动画:Spinner 经验

SpinnerView.swift in your existing project. Initialise a new istance of VMGearLoadingView: var spinner = V

pdce 2015-06-11   16202   0

iOS 进度条:VAProgressCircle 经验

VAProgressCircle 是 iOS 一款显示加载进度的 UIview。 Example Setup Clone the repo and drag the Classes folder into

jopen 2015-06-22   10671   0

iOS 菜单:TopMenuCustomScrollView 经验

TopMenuCustomScrollView 是一个 iOS 的菜单列表滚动视图。 项目主页: http://www.open-open.com/lib/view/home/1437373873474

jopen 2015-07-20   13235   0

iOS 分页视图:PICollectionPageView 经验

PICollectionPageView 是一个基于 UICollectionView 的分页视图。

fm3d 2015-08-10   9215   0

用于 Sketch 的 iOS 9 UIKit 经验

用于 Sketch 的 iOS 9 UIKit。 Introducing the first most accurate and most complete iOS 9 UI template.

jopen 2015-06-17   19240   0

iOS开源动画集合 经验

iOS开源动画集合

jopen 2015-09-17   9007   0

iOS 菜单:SlideMenuControllerSwift 经验

SlideMenuControllerSwift 是基于 iQON,Googl+,Ameba iPhone 应用的滑动菜单。

jopen 2015-01-18   21066   0

iOS 选项卡:GGTabBar 经验

GGTabBar 是可定制的 UITabBar 或者 UITabBarController,替代 100% 由 Auto Layout 制作。Forget CGRects 和 frames。GGTabBar 完全由 Objective-C 编写,但是可以在 Swift 中使用。

jopen 2014-11-14   16613   0

iOS反射机制 经验

iOS属性反射:说白了,就是将两个对象的所有属性,用动态的方式取出来,并根据属性名,自动绑值。(注意: 对象的类,如果是派生类,就得靠其他方式来实现了,因为得到不该基类的属性。 ) 本人常用的反射方式,有如下两种:

jopen 2015-01-23   10033   0

iOS测试与集成工具总结 经验

com/cn/news/2015/04/ios-testing-ci Giovanni Lodi 是来自澳大利亚的一名iOS开发者,最近他 总结 了iOS平台上单元测试、验收测试的工具,分析了它们的优缺点,以及支持iOS App的持续集成平台。

jopen 2015-04-02   26750   0

iOS 手势处理:PSGestures 经验

PSGestures 是一个让开发者处理手势的 iOS 库。 PSGestures is a library for iOS. It's designed to allow the developer

jopen 2015-03-31   10502   0

iOS曲线图:APLineChart 经验

will use the Control. Next you have to link it to a class attribute, like you usually should do. than

yne7 2015-03-30   41379   0

iOS连接外设的代码实现 经验

来自: http://www.cocoachina.com/ios/20160217/15294.html 上一篇文章介绍了蓝牙的技术知识,这里我们具体说明一下中心模式的应用场景。主设备(手机

Ivey1982 2016-02-16   20534   0

iOS APP上架心得 经验

com/article/cb5d6105ea9280005d2fe053.html?st=2&os=0&bd_page_type=1&net_type=2 基本上照着上面的做就行了,我第一次上线的时候就是参考的这个

PBNRachel 2016-01-21   13027   0

iOS完整App资源收集 经验

来自: http://www.henishuo.com/ios-app-fully-code/ 前言 iOS开发学习者都希望得到实战训练,但是很多资料都是只有一小部分代码,并不能形成完成的App,

我不是邱晨 2016-02-04   86952   0

IOS中的网络编程 经验

requestWithURL:url]; // 设置Range,代表请求的开始位置,刚开始的默认位置为0 [request setValue:[NSString stringWithFormat:@"bytes=%ld-"

ayue 2016-01-27   13471   0

iOS开发 正则运算 经验

等,而在iOS 中我们多数用于检查字符串是否符合规则 2. 常用正则表达式 (如果想自己动手写出符合需求的正则表达式,只需了解 4 中的符号意义) (1).用户名 "^[a-zA-Z][a-zA-Z0-9_]{5

efmuwerfgj 2016-09-18   5462   0

CoreLocation Authorization in iOS8+ 经验

gq/2016/03/02/CoreLocation-Authorization-in-iOS8/ 1. CoreLocationManager 中新增的方法 iOS8在位置获取权限上做了更细的划分,也就是说,用户可以选择允

cdduanwx 2016-03-02   13415   0
1 2 3 4 5 6 7 8 9 10