码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2016-02-17 12:56:59      阅读:1251      评论:0      收藏:0      [点我收藏+]

标签:

1.快速配置表格,不需要写很多item 
https://github.com/escoz/quickdialog 
https://github.com/migueldeicaza/MonoTouch.Dialog 
http://escoz.com/open-source/quickdialog 

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

3.FXLabel 
https://github.com/nicklockwood/FXLabel 

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

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

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

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

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

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

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

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

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

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

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

15.zjtSinaWeiboClient 
https://github.com/Vidtion/zjtSinaWeiboClient 

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

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

整体列表 
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 
http://stackoverflow.com/questions/2265293/grid-view-in-iphone-sdk 

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/ 

表情支持 
http://code.google.com/p/emotionlabel/

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

标签:

原文地址:http://www.cnblogs.com/muyilang/p/5194828.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!