github一些开源的工具(Updated!)

45 篇文章 0 订阅
43 篇文章 0 订阅
1.快速配置表格,不需要写很多item
[url]https://github.com/escoz/quickdialog[/url]
[url]https://github.com/migueldeicaza/MonoTouch.Dialog[/url]
[url]http://escoz.com/open-source/quickdialog[/url]

2.开源项目
[url]http://www.cnblogs.com/likwo/archive/2011/03/13/1982707.html[/url]

3.FXLabel
[url]https://github.com/nicklockwood/FXLabel[/url]

4.JSON 解析
[url]http://www.cocoanetics.com/2011/03/json-versus-plist-the-ultimate-showdown/[/url]

5.most popular program in github
[url]https://github.com/languages/Objective-C[/url]
[url]https://github.com/languages/C[/url]

6.下拉刷新,箭头动画流畅过渡
[url]https://github.com/samvermette/SVPullToRefresh[/url]

7.表格的cell加载动画,各种炫
[url]https://github.com/applidium/ADLivelyTableView[/url]

8.LayoutOfRelativity 对label文字高度的自适应,这是个好工具
[url]https://github.com/joshdholtz/LayoutOfRelativity[/url]

9.KeyFrameAnimation 点击按钮可以震动
[url]https://github.com/granoff/KeyFrameAnimation[/url]

10、scifihifi-iphone 安全验证相关
[url]https://github.com/ldandersen/scifihifi-iphone[/url]

11.XVim xcode插件
[url]https://github.com/JugglerShu/XVim[/url]

12.Lockbox 安全把数据存储到keychain
[url]https://github.com/granoff/Lockbox[/url]

13.novocaine 音频的读写
[url]https://github.com/alexbw/novocaine[/url]

14.xmpp协议实现
[url]https://github.com/robbiehanson/XMPPFramework[/url]

15.zjtSinaWeiboClient
[url]https://github.com/Vidtion/zjtSinaWeiboClient[/url]

16. BlocksKit Framework to make using blocks easier.
[url]https://github.com/pandamonia/BlocksKit[/url]

17. ConciseKit Helps keep your code short and concise by adding shortcuts for often used methods.
[url]https://github.com/petejkim/ConciseKit[/url]

整体列表
http://stackoverflow.com/questions/640805/open-source-ios-components-reusable-views-controllers-buttons-table-cells-e

值得借鉴的代码:

Facebook应用的开源代码
https://github.com/facebook/three20

Arcani Chat
https://github.com/acani/AcaniChat

QuickDialog
http://escoz.com/open-source/quickdialog

- 快速写表格和TableView - 不用操作UITableViews, delegates和datasources

RestKit
http://reskit.org

常用的Controls:
TapKu
http://tapku.com
https://github.com/devinross/tapkulibrary

SSToolKit
http://sstoolk.it

GHKit
http://gabriel.github.com/gh-kit/


其他:(需要翻 墙)

FormValidator
http://cocoacontrols.com/platforms/ios/controls/us2formvalidator
- 在填表格时候可以即时验证Email或者电话号码是否有效并且提醒用户

JWFolders
http://cocoacontrols.com/platforms/ios/controls/jwfolders
- 抽屉效果,像iPhone自带的

VPPDropDown
http://cocoacontrols.com/platforms/ios/controls/vppdropdown
- 表格里可以有

PullableView
http://cocoacontrols.com/platforms/ios/controls/pullableview
- 可以下拉的View - 像iPhone自带的

HMLauncher
http://cocoacontrols.com/platforms/ios/controls/hmlauncherview
- 实现像iPhone自带的应用列表,可以移动图标

ALertView-Action Sheet 加强版
http://cocoacontrols.com/platforms/ios/controls/tweetbot-like-uialertview-and-uiactionsheet-replacement

DoorWay Transition
http://cocoacontrols.com/platforms/ios/controls/mfdoorwaytransition
- 模仿Twitter的登录页面的开门效果!

UAModalPanel
http://cocoacontrols.com/platforms/ios/controls/uamodalpanel
- 弹出一个透明的信息框

人脸识别
http://cocoacontrols.com/platforms/ios/controls/facewrapper-iphone
- 可以感应人脸

iRate
http://cocoacontrols.com/platforms/ios/controls/irate
- 提醒用户去评论应用

左滑菜单 - 类似PATH效果
http://cocoacontrols.com/platforms/ios/controls/jtrevealsidebar

产生QRCode(二位码)
http://cocoacontrols.com/platforms/ios/controls/objqrencoder
http://fukuchi.org/works/qrencode/index.html.en

包好的注册页面
http://cocoacontrols.com/platforms/ios/controls/dbsignupviewcontroller

FlatWebView
http://cocoacontrols.com/platforms/ios/controls/flatwebview
- 去掉WebView下拉的阴影效果

Grid view in iPhone SDK
[url]http://stackoverflow.com/questions/2265293/grid-view-in-iphone-sdk[/url]

2.使用GH-Unit对iOS应用进行单元测试:http://hulefei29.iteye.com/blog/1069339

3.检测iphone设备是否越狱:http://blog.csdn.net/favormm/article/details/6217723

4.音频播放:http://www.ajunecat.info/notebook/iphone开发笔记-音频播放为按钮添加声音.html

5.http://zh.wikipedia.org/zh/计算机集群

6.Mockups Interface.ipa 设计iOS界面工具,听群里的人说的,还没试过,先记录下。

在线播放器
http://developer.apple.com/library/ios/#documentation/AVFoundation/Reference/AVPlayer_Class/Reference/Reference.html

http://www.cocoachina.com/bbs/read.php?tid-24110.html

http://stackoverflow.com/questions/6856445/get-an-audio-stream-from-uri-and-play-it-on-iphone

代码行数统计
terminal里面
find . -name '*.m' -exec cat {} \; | wc -l
find . -name '*.h' -exec cat {} \; | wc -l

soap工具
http://code.google.com/p/wsdl2objc/

表情支持
[url]http://code.google.com/p/emotionlabel/[/url]
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值